Description Usage Arguments Value Author(s) Examples
Returns a MSnSet object with only proteins significant after differential analysis.
1 |
obj |
An object of class |
A MSnSet
Alexia Dorffer
1 2 3 4 5 6 7 8 9 10 | 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)
allComp <- limmaCompleteTest(qData,sTab)
data <- list(logFC=allComp$logFC[1], P_Value = allComp$P_Value[1])
obj <- diffAnaSave(obj, allComp, data)
signif <- diffAnaGetSignificant(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.