reshape_filtered {demic} | R Documentation |
A function for reshape to facilitate PCA, removing all contigs with missing values for designated samples
Description
A function for reshape to facilitate PCA, removing all contigs with missing values for designated samples
Usage
reshape_filtered(samples_filtered, Z)
Arguments
samples_filtered |
a vector of samples |
Z |
a matrix of coverage |
Value
a reshaped matrix of coverage
[Package demic version 2.0.0 Index]