Description Usage Arguments Value
Builds the "rankings" for each sample: expression-based ranking for all the genes/transcripts in each sample. The genes/transcripts with same expression value are shuffled. Therefore, genes/transcripts with expression '0' are randomly sorted at the end of the ranking. These "rankings" can be seen as a new representation of the original dataset. Once they are calculated, they can be saved for future analyses.
1 2 3 4 5 6 | getRankings(
exprMat,
plotStats = FALSE,
cores = max(1, detectCores() - 2),
verbose = FALSE
)
|
exprMat |
Expression matrix (genes/transcripts as rows, samples as columns). The expression matrix can also be provided as one of the Bioconductor classes:
|
plotStats |
Should the function plot the expression boxplots/histograms?
(TRUE / FALSE). These plots can also be produced
with the function |
cores |
|
verbose |
|
a SummarizedExperiment
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.