Description Usage Arguments Value Examples
utility to read FIMO outputs from local resource(cluster), assuming bed text split by chromosome
1 | importFIMO_local_split(tf, chr)
|
tf |
character(1) file id |
chr |
character(1) chromosome name |
data.table instance
1 2 3 4 | requireNamespace("GenomicRanges")
requireNamespace("IRanges")
importFIMO_local_split("M5946_1", "chr1")
dim(importFIMO_local_split("M5946_1", "chr17"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.