getGroupFragments | R Documentation |
This function will group export fragment files for each group in an ArchRProject.
getGroupFragments(
ArchRProj = NULL,
groupBy = "Clusters",
threads = getArchRThreads(),
logFile = createLogFile("getGroupFragments")
)
ArchRProj |
An |
groupBy |
A string that indicates how cells should be grouped. This string corresponds to one of the standard or
user-supplied |
threads |
An integer specifying the number of threads for parallel. |
logFile |
The path to a file to be used for logging ArchR output. |
# Get Test ArchR Project
proj <- getTestProject()
# Get Group BW
frags <- getGroupFragments(proj, groupBy = "Clusters")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.