View source: R/downstream_deprecated_functions.r
GetContrastResultsRaw | R Documentation |
GetContrastResultsRaw - calculate p values and return contrast results from modelfit with dreamMixedModel
GetContrastResultsRaw(limma.fit.object.list, coefficient.number, contrast.name)
limma.fit.object.list |
the results returned by dreamMixedModel, to get coefficiennt from RunVoomLimma use GetContrastResults |
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:
fit_res = scglmmr::GetContrastResultsRaw(limma.fit.object.list = fit,
coefficient.number = 1,
contrast.name = "foldchangedifference")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.