RegionConnectTargetGene {enrichTF} | R Documentation |
Connect foreground and background regions to their target genes, which is predicted from PECA model.
enrichRegionConnectTargetGene( prevStep, inputForegroundBed = NULL, inputBackgroundBed = NULL, outputForegroundBed = NULL, outputBackgroundBed = NULL, regularGeneCorrBed = NULL, enhancerRegularGeneCorrBed = NULL, ouputForgroundGeneTxt = NULL, ... ) ## S4 method for signature 'Step' enrichRegionConnectTargetGene( prevStep, inputForegroundBed = NULL, inputBackgroundBed = NULL, outputForegroundBed = NULL, outputBackgroundBed = NULL, regularGeneCorrBed = NULL, enhancerRegularGeneCorrBed = NULL, ouputForgroundGeneTxt = NULL, ... ) regionConnectTargetGene( inputForegroundBed, inputBackgroundBed, outputForegroundBed = NULL, outputBackgroundBed = NULL, regularGeneCorrBed = NULL, enhancerRegularGeneCorrBed = NULL, ouputForgroundGeneTxt = NULL, ... )
prevStep |
|
inputForegroundBed |
|
inputBackgroundBed |
|
outputForegroundBed |
|
outputBackgroundBed |
|
regularGeneCorrBed |
|
enhancerRegularGeneCorrBed |
|
ouputForgroundGeneTxt |
|
... |
Additional arguments, currently unused. |
Connect foreground and background regions to target genes, which are predicted from PECA.
An invisible EnrichStep-class
object
(Step-class
based) scalar for downstream analysis.
Zheng Wei
genBackground
findMotifsInRegions
tfsEnrichInRegions
setGenome("testgenome") #Use "hg19","hg38",etc. for your application foregroundBedPath <- system.file(package = "enrichTF", "extdata","testregion.bed") gen <- genBackground(inputForegroundBed = foregroundBedPath) conTG <- enrichRegionConnectTargetGene(gen)