
Read in the motif rankings and transform them into a matrix
read_motif_ranking.RdThis function loads in the .feather files with the motif to target gene
rankings. These can be found here:
https://resources.aertslab.org/cistarget/databases/
Examples
if (FALSE) { # \dontrun{
# transposed motif rankings from the downloaded feather file
paths <- download_cistarget_hg38()
rankings <- read_motif_ranking(paths$rankings)
dim(rankings)
} # }