Description Usage Arguments Details Value Author(s) See Also Examples
User provide region through a BED file. This function will provide tissue's open conservation analysis for these region.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | enrichTissueOpennessConserve(
  prevStep,
  bedInput = NULL,
  openConserveBedInput = NULL,
  bedOutput = NULL,
  distrPdfOutput = NULL,
  ...
)
## S4 method for signature 'Step'
enrichTissueOpennessConserve(
  prevStep,
  bedInput = NULL,
  openConserveBedInput = NULL,
  bedOutput = NULL,
  distrPdfOutput = NULL,
  ...
)
tissueOpennessConserve(
  bedInput,
  openConserveBedInput = NULL,
  bedOutput = NULL,
  distrPdfOutput = NULL,
  ...
)
 | 
| prevStep | 
 | 
| bedInput | 
 | 
| openConserveBedInput | 
 | 
| bedOutput | 
 | 
| distrPdfOutput | 
 | 
| ... | Additional arguments, currently unused. | 
We collected 201 DNase-seq or ATAC-seq sample from ENCODE and calculate their open level value. They can be download and install automatically. So users do not need to configure themselves.
An invisible EnrichStep-class
object (Step-class based) scalar for downstream analysis.
Zheng Wei
| 1 2 | foregroundBedPath <- system.file(package = "enrichTF", "extdata","testregion.bed")
tissueOpennessConserve(bedInput = foregroundBedPath)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.