Description Usage Arguments Details Value Author(s) See Also Examples
User provide region through a BED file. This function will provide tissue's open specificity analysis for this region. Open level median, distribution and clustering result (heatmap) based on tissue and region will be provided.
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 27 28 29 30 31 32 33 34 35 | enrichTissueOpennessSpecificity(
prevStep,
bedInput = NULL,
openBedInput = NULL,
sampleTxtInput = NULL,
bedOutput = NULL,
distPdfOutput = NULL,
heatmapPdfOutput = NULL,
sampleTxtOutput = NULL,
...
)
## S4 method for signature 'Step'
enrichTissueOpennessSpecificity(
prevStep,
bedInput = NULL,
openBedInput = NULL,
sampleTxtInput = NULL,
bedOutput = NULL,
distPdfOutput = NULL,
heatmapPdfOutput = NULL,
sampleTxtOutput = NULL,
...
)
tissueOpennessSpecificity(
bedInput,
openBedInput = NULL,
sampleTxtInput = NULL,
bedOutput = NULL,
distPdfOutput = NULL,
heatmapPdfOutput = NULL,
sampleTxtOutput = NULL,
...
)
|
prevStep |
|
bedInput |
|
openBedInput |
|
sampleTxtInput |
|
bedOutput |
|
distPdfOutput |
|
heatmapPdfOutput |
|
sampleTxtOutput |
|
... |
Additional arguments, currently unused. |
We collect 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")
tissueOpennessSpecificity(bedInput = foregroundBedPath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.