Description Slots Author(s) Examples
The JASPAR2016 object class is a thin class for storing the path of JASPAR2016 style SQLite file.
db
:Object of class "character"
:
a character string of the path of SQLite file.
Ge Tan
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
library(JASPAR2016)
JASPAR2016
library(TFBSTools)
opts <- list()
opts[["species"]] <- 9606
opts[["type"]] <- "SELEX"
opts[["all_versions"]] <- TRUE
PFMatrixList <- getMatrixSet(JASPAR2016, opts)
opts2 <- list()
opts2[["type"]] <- "SELEX"
PFMatrixList2 <- getMatrixSet(JASPAR2016, opts2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.