
Read in the motif annotation file
read_motif_annotation_file.RdThis function loads in the motif2tf information that you can get from
https://resources.aertslab.org/cistarget/motif2tf/.
The function will generate a data.table that can be subsequently used.
Examples
if (FALSE) { # \dontrun{
# motif to transcription factor table from the downloaded reference
paths <- download_cistarget_hg38()
annot <- read_motif_annotation_file(paths$motif_annotations)
head(annot)
} # }