Function to get motifs from JASPAR database

getJasparMotifs(species = "Homo sapiens", collection = "CORE", ...)

Arguments

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 getMatrixSet

Value

PFMatrixList

Details

Simply a wrapper function for getMatrixSet that calls JASPAR2016 database using JASPAR2016

Examples

# NOT RUN {
motifs <- getJasparMotifs()


# }