View source: R/downstream_deprecated_functions.r
GetContrastResults | R Documentation |
GetContrastResults - return results from a contrast fit on list of celltypes from RunVoomLimma using topTable
GetContrastResults(limma.fit.object.list, coefficient.number, contrast.name)
limma.fit.object.list |
the results returned by RunVoomLimma, to get coefficiennt from dreamMixedModel use GetContrastResultsRaw |
coefficient.number |
corresponds to the contrast, the nmber is in order of the contrast matrix |
contrast.name |
this does not have to match the exact contrast name used in the contrast matrix, it is here to force / remind the user to choose the correct contrast. |
a list of dataframes with contrast results indexed by cell type
## Not run:
res = scglmmr::GetContrastResults(limma.fit.object.list = bl, coefficient.number = 1, contrast.name = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.