FootprintDatabaseModelBuilder-class: Create a FootprintDatabaseModelBuilder object

Description Usage Arguments Value Examples

Description

tell us what we need to know

Usage

1
2
3
4
5
6
7
FootprintDatabaseModelBuilder(
  genomeName,
  targetGene,
  strategy,
  stagedExecutionDirectory = NA_character_,
  quiet = TRUE
)

Arguments

genomeName

hg38, mm10, ...

targetGene

in same vocabulary as rownames in the expression matrix

quiet

do or do not print progress information

Value

An object of the FootprintDatabaseModelBuilder class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
if(interactive()){

  load(system.file(package="trenaSGM", "extdata", "mayo.tcx.RData"))
  fp.specs <- list(title="2000up.200down.fp",
                   type="database.footprints",
                   chrom="chr6",
                   tss=41163186,
                   upstream=2000,
                   downstream=200,
                   db.host="khaleesi.systemsbiology.net",
                   databases=list("brain_hint_16", "brain_hint_20", "brain_wellington_16", "brain_wellington_20"),
                   motifDiscovery="builtinFimo",
                   tfMapping=c("TFClass", "MotifDB"),
                   tfPrefilterCorrelation=0.2)
  fpc <- FootprintDatabaseModelBuilder("hg38", "TREM2", fp.specs)
  }

PriceLab/trenaSGM documentation built on Oct. 5, 2020, 5:40 p.m.