Description Usage Arguments Value Author(s) Examples
Function to filter the MRexperiment by certain phenotype values
1 | filterByPheno(MRobj, rm_phenovalues)
|
MRobj |
the MRexperiment to subset |
rm_phenovalues |
list of named vectors with names corresponding to column names in pData and values representing phenotypes within the column |
the filtered MRobj
Janina Reeder
1 2 3 | data("mouseData", package = "metagenomeSeq")
filterByPheno(MRobj = mouseData,
rm_phenovalues = list("diet" = c("BK"),"mouseID" = c("PM1","PM10")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.