Function to get motifs from JASPAR database
getJasparMotifs(species = "Homo sapiens", collection = "CORE", ...)
species | Which species? use eithe jaspar code or latin name. default is 'Homo sapiens' |
---|---|
collection | Which collection to use? default is 'CORE' |
... | additional arguments to opts for
|
Simply a wrapper function for getMatrixSet
that calls JASPAR2016 database using JASPAR2016
# NOT RUN { motifs <- getJasparMotifs() # }