Description Usage Arguments Value See Also Examples
Re-ranks the genes/regions in the database for each motif. This allows to do motif enrichment over a background.
1 |
rankingsDb |
Results from RcisTarget (data.table) |
columns |
Whether to add the HTML tag <img> around the URL or not (boolean). |
indexCol |
Name of the column (in the ranking) which contains the motif/feature ID. |
Returns a new ranking database with the new ranking values.
See the "background" vignette for more examples:
vignette("RcisTarget-withBackground")
1 2 3 4 5 6 7 | library(RcisTarget.hg19.motifDBs.cisbpOnly.500bp)
data(hg19_500bpUpstream_motifRanking_cispbOnly)
motifRankings <- hg19_500bpUpstream_motifRanking_cispbOnly
genes <- colnames(getRanking(motifRankings))[10:20]
reRank(motifRankings, columns=genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.