View source: R/downstream_deprecated_functions.r
GetRankResults | R Documentation |
GetRankResults get list of gene ranks by t stat for fGSEA
GetRankResults(limma.fit.object.list, coefficient.number, contrast.name)
limma.fit.object.list |
the results returned by RunLimmaVoom. Use GetRankResultsRaw for results returned by dreamMixedModel |
coefficient.number |
the coefficient from the custom contrasts , check with head(result@coefficients) |
contrast.name |
this can be arbitrary and does not have to match the result coefficient name but is designed to force user to know which coefficient they are using from the fitted contrast model. |
list of gene ranks by t stat – use as argument to 'RunFgseaOnRankList'
## Not run:
test = scglmmr::GetRankResults(limma.fit.object.list = bl, coefficient.number = 1, "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.