JASPAR2018-class: JASPAR2018 object

Description Slots Author(s) Examples

Description

The JASPAR2018 object class is a thin class for storing the path of JASPAR2018 style SQLite file.

Slots

db:

Object of class "character": a character string of the path of SQLite file.

Author(s)

Ge Tan

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    library(TFBSTools)
    opts <- list()
    opts[["species"]] <- 9606
    opts[["type"]] <- "SELEX"
    opts[["all_versions"]] <- TRUE
    PFMatrixList <- getMatrixSet(JASPAR2018, opts)

    opts2 <- list()
    opts2[["type"]] <- "SELEX"
    PFMatrixList2 <- getMatrixSet(JASPAR2018, opts2)

JASPAR2018 documentation built on May 2, 2018, 2:38 a.m.