importFIMO_local_split {TFutils} | R Documentation |
utility to read FIMO outputs from local resource(cluster), assuming bed text split by chromosome
importFIMO_local_split(tf, chr)
tf |
character(1) file id |
chr |
character(1) chromosome name |
data.table instance
requireNamespace("GenomicRanges") requireNamespace("IRanges") importFIMO_local_split("M5946_1", "chr1") dim(importFIMO_local_split("M5946_1", "chr17"))