Description Usage Arguments Value Examples
tell us what we need to know
1 2 3 4 5 6 7 | FootprintDatabaseModelBuilder(
genomeName,
targetGene,
strategy,
stagedExecutionDirectory = NA_character_,
quiet = TRUE
)
|
genomeName |
hg38, mm10, ... |
targetGene |
in same vocabulary as rownames in the expression matrix |
quiet |
do or do not print progress information |
An object of the FootprintDatabaseModelBuilder class
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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.