filterByPheno | R Documentation |
Function to filter the MRexperiment by certain phenotype values
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
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.