chromVARmotifs icon indicating copy to clipboard operation
chromVARmotifs copied to clipboard

pooling pwmatrices together

Open jonathanperrie opened this issue 5 years ago • 3 comments

With the exception of added redundancies and computational time for motif_ix, is there anything wrong with doing this?

library(BSgenome.Hsapiens.UCSC.hg18)
library(chromVARmotifs)
library(TFBSTools)
data("homer_pwms")
data("encode_pwms")
data("human_pwms_v2")
motifs<-do.call(PWMatrixList,c(encode_pwms,homer_pwms,human_pwms_v1))

jonathanperrie avatar Mar 11 '19 19:03 jonathanperrie