Description Usage Arguments Value Author(s) Examples
View source: R/limmaAnalysis.R
xxxx
1 | formatLimmaResult(fit, conds, contrast)
|
fit |
xxxx |
conds |
xxxx |
contrast |
xxxx |
A list of two dataframes : logFC and P_Value. The first one contains the logFC values of all the comparisons (one column for one comparison), the second one contains the pvalue of all the comparisons (one column for one comparison). The names of the columns for those two dataframes are identical and correspond to the description of the comparison.
Samuel Wieczorek
1 2 3 4 5 6 7 | utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept
keepThat <- mvFilterGetIndices(obj, condition='WholeMatrix', threshold=ncol(obj))
obj <- mvFilterFromIndices(obj, keepThat)
qData <- Biobase::exprs(obj)
sTab <- Biobase::pData(obj)
limma <- limmaCompleteTest(qData,sTab)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.