Description Usage Arguments Details Value Author(s) Examples
Rank meta-genes according to the scores from the promoter and targeting enhancers
1 2 |
pcs |
data frame containing the ID of genomic regions, and a series of PCs for ranking. |
pe |
data frame representing the likelihood of enhancer-promoter interactions. The first column is the enhancer Id, and the second column is the promoter Id, and the third is the likelihood of enhancer-promoter interaction. |
damping |
the damping factor in the PageRank algorithm. |
gene.id |
logical, only output gene names if true, otherwise both gene names and their PageRank scores will be output. |
This function ranks meta-genes based on the 'personalized' PageRank algorithm in the 'igraph' implementation. The node weights are linearly transformed from the computed PCs, and edge weights are from the likelihood of enhancer-promoter interactions. The enhancer-promoter network are built from a bipartite directed graph, wherein the directions are from the enhancer nodes to their target promoter nodes.
A sorted vector representing the PageRank order of meta-gene names, which highly ranked genes will appear on top.
Qi Wang
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.