View source: R/addAccessibilityShift.R
addAccessibilityShift | R Documentation |
addAccessibilityShift
addAccessibilityShift
will add a new condition to the SummarizedExperiment output of extractRegion,
which will contain the difference in accessibility between two conditions
addAccessibilityShift(CountSE, foreground, background, assayName = NULL)
CountSE |
The SummarizedExperiment object output from extractRegion |
foreground |
Group that will be used as the foreground for the subtraction of accessibility |
background |
Group that will be used as the background for the subtraction of accessibility |
assayName |
The name given to the new assay that is difference in accessibility between foreground and background. |
countSE a SummarizedExperiment containing coverage for the given input cell populations.
## Not run:
# CountSE is a SummarizedExperiment generated by extractRegion()
countSE <- MOCHA::addAccessibilityShift(
CountSE = CountSE,
foreground = "Condition1",
background = "Condition2",
assayName = "AccessibilityChanges"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.