if (FALSE) {
# load a curated motif set from library(chromVARmotifs)
# included with ArchR installation
data(human_pwms_v2)
SE_with_motifs <- addMotifSet(
SampleTileObj,
motifPWMs = human_pwms_v2,
returnSTM = TRUE, motifSetName = "Motifs", w = 7
)
}
Run the code above in your browser using DataLab