View source: R/getCorrelatedGene.R
getCorrelatedGene | R Documentation |
get relation among specific TF
getCorrelatedGene(
data,
cell_type = "",
tf,
target_list,
pValue = 0.05,
corValue = 0,
topGene = 0.1
)
data |
a dataframe with row of gene and column of sample |
cell_type |
specific cell type |
tf |
choose one specific TF |
target_list |
choose target genes corresponding TF |
pValue |
set the pValue of spearman |
corValue |
set the corValue of spearman |
topGene |
use topTargetCor of candidate genes which has firlter by above parameters, default is 1, means 100% |
result target genes in this regulon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.