Get_p2g_fun | R Documentation |
Extract peak to gene links data.frame from ArchR object, then identify significant links based on corCutOff, FDRCutOff, varCutOffATAC and varCutOffRNA.
Get_p2g_fun(
ArchR_obj,
corCutOff = 0.2,
FDRCutOff = 1e-06,
varCutOffATAC = 0.7,
varCutOffRNA = 0.3
)
ArchR_obj |
ArchR object with Peak2GeneLinks information in peakset slot |
corCutOff |
numeric, correlation between each peak and gene to refine p2g |
FDRCutOff |
numeric, FDR of peak to gene link to refine p2g |
varCutOffATAC |
numeric, VarQATAC to refine p2g |
varCutOffRNA |
numeric, VarQRNA to refine p2g |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.