View source: R/midiv_wrangling.R
filterSample | R Documentation |
Filtering samples in a midiv object.
filterSample(midiv.obj, samples_to_keep)
midiv.obj |
A midiv object (list), see |
samples_to_keep |
A logical vector indicating which sampless to keep (TRUE). |
This function filters samples, i.e. keep a subsets of rows in the
metadata.tbl and corresponding columns in the readcount.mat
of the
midiv.obj
list.
The samples_to_keep
should be a logical vector with one element for each
sample in the object.
A midiv object (list) with (potentially) fewer samples.
Lars Snipen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.