reformatFragmentFiles.Rd
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()
)
# Get Test Fragments
fragments <- getTestFragments()
# Get Peak Annotations
fragments2 <- reformatFragmentFiles(fragments)