Usage Arguments Value Author(s) Examples
1 | bbea.subset(bbea.obj, statement)
|
bbea.obj |
bbea data object |
statement |
statement criterion to subset data by |
L1 |
Median, mean, and counts of fluorescence |
L2 |
Phenotype data |
Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas
1 2 3 | # keeping samples with avergae analyte count of at least 25
data(Milk)
bbea.sub <- bbea.subset(bbea, statement = (bbea$pData$CountMean > 25))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.