evaluate_tf | R Documentation |
Get across TF This function calculates coverages for TFBS of a single TF
evaluate_tf(
gpos = NULL,
bam = NULL,
region = 1000,
ntfbs = NULL,
sep = "\t",
header = TRUE,
...
)
gpos |
File with genomic position or data.frame |
bam |
Path to BAM file. |
region |
Number of bases around the genomic position |
ntfbs |
Number of TFBS to use. TFBS relevance based on peak.count column. Default NULL. |
sep |
Separator to read genomic position file. |
header |
Header in GPOS file. Defaults TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.