getCoAccessibility | R Documentation |
This function obtains co-accessibility data from an ArchRProject.
getCoAccessibility(
ArchRProj = NULL,
corCutOff = 0.5,
resolution = 1,
returnLoops = TRUE
)
ArchRProj |
An |
corCutOff |
A numeric describing the minimum numeric peak-to-peak correlation to return. |
resolution |
A numeric describing the bp resolution to use when returning loops. This helps with overplotting of correlated regions.
This only takes affect if |
returnLoops |
A boolean indicating to return the co-accessibility signal as a |
# Get Test ArchR Project
proj <- getTestProject()
# Add Co Accessibility
proj <- addCoAccessibility(proj, k = 20)
# Get Co Accessibility
CoA <- getCoAccessibility(proj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.