Skip to content
Discussion options

You must be logged in to vote

ArchR uses bioconductor packages to obtain motif sets. For example, JASPAR2020.

ArchR/R/AnnotationPeaks.R

Lines 330 to 337 in 968e442

if(tolower(motifSet)=="jaspar2020"){
.requirePackage("JASPAR2020",installInfo='BiocManager::install("JASPAR2020")')
args <- list(species = species, collection = collection, ...)
motifs <- TFBSTools::getMatrixSet(JASPAR2020::JASPAR2020, args)
obj <- .summarizeJASPARMotifs(motifs)
motifs <- obj$motifs
motifSummary <- obj$motifSummary

I'm not sure about the exact numbers but ArchR doesnt modify these motif sets. I'd recommend following up with the maintainers of those packages to understand any discrepancies.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@rojinsafavi
Comment options

@rcorces
Comment options

@rojinsafavi
Comment options

@LornaWessels
Comment options

@rcorces
Comment options

Answer selected by rojinsafavi
Comment options

You must be logged in to vote
2 replies
@rcorces
Comment options

@sylestiel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants