Description Usage Arguments Value Examples
tell us what we need to know
1 2 3 4 5 6 | RegionsMotifMatchingModelBuilder(
genomeName,
targetGene,
strategy,
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 RegionsMotifMatchingModelBuilder class
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | if(interactive()){
load(system.file(package="trenaSGM", "extdata", "mayo.tcx.RData"))
spec <- list(title="2000up.200down.rmm",
type="regions.motifMatching",
tss=41163186,
regions=data.frame(chrom="chr6", start=41162986, end=41165186, stringsAsFactors=FALSE)
matrix=mtx,
motifDiscovery="matchPWM",
matchThreshold=90,
tfMapping=list("MotifDB"),
tfPrefilterCorrelation=0.2)
rmmBuilder <- RegionsMotifMatchingModelBuilder("hg38", "TREM2", spec)
build(rmmBuilder)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.