Description Usage Arguments Value Author(s) Examples
Returns a list for the two conditions where each slot is a vector of indices for the samples.
1 | getIndicesConditions(conds, cond1, cond2)
|
conds |
A vector of strings containing the column "Condition" of
the |
cond1 |
A vector of Conditions (a slot in the |
cond2 |
A vector of Conditions (a slot in the |
A list with two slots iCond1
and iCond2
containing
respectively the indices of samples in the pData()
table of the
dataset.
Florence Combes, Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
getIndicesConditions(conds, "25fmol", "10fmol")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.