calculate: create regulatory model of the gene, following all the...

Description Usage Arguments Value Examples

Description

create regulatory model of the gene, following all the specified options

Usage

1
2
## S4 method for signature 'trenaSGM'
calculate(obj, strategies)

Arguments

obj

An object of class trenaSGM

strategies

a list of lists, specifying all the options to build one or more models

Value

A list with a bunch of tables...

Examples

1
2
3
4
5
6
7
8
if(interactive()){
  pfms <- query2(MotifDb, c("sapiens", "jaspar2018"))
  load(system.file(package="trenaSGM", "extdata", "mayo.tcx.RData"))
  sgm <- trenaSGM("hg38", "TREM2", mtx, pfms,
                  strategies=list(footprints="5000.5000.remapped"),
                  tfCorrelation=0.3)
  calculate(sgm)
  }

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