appendRanks | R Documentation |
Append ranks to dgeTbl
appendRanks(dgeTbl)
dgeTbl |
A dgeTbl, a data.frame that at least contain following columns
|
The dgeTble with four columns appended: rank_logFC
,
rank_PValue
, rank_absLogFC
, and total_features
, and
sorted by increasing P-values
myTbl <- data.frame(GeneSymbol=LETTERS[1:5],
logFC=rnorm(5), PValue=runif(5, 0, 1))
appendRanks(myTbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.