reformatFragmentFiles | R Documentation |
This function provides help in reformatting Fragment Files for reading in createArrowFiles. It will handle weird anomalies found that cause errors in reading tabix bgzip'd fragment files.
reformatFragmentFiles(
fragmentFiles = NULL,
checkChrPrefix = getArchRChrPrefix()
)
fragmentFiles |
A character vector the paths to fragment files to be reformatted |
checkChrPrefix |
A boolean value that determines whether seqnames should be checked to contain
"chr". IF set to |
# Get Test Fragments
fragments <- getTestFragments()
# Get Peak Annotations
fragments2 <- reformatFragmentFiles(fragments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.