Skip to content

Commit

Permalink
getGroupFragments
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranja-cartographybio committed Jul 22, 2022
1 parent 23ef3cf commit 2cdc299
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export(createGenomeAnnotation)
export(createLogFile)
export(customEnrichment)
export(enrichHeatmap)
export(exportGroupFragments)
export(exportGroupSE)
export(exportPeakMatrixForSTREAM)
export(extendGR)
Expand Down Expand Up @@ -96,6 +95,7 @@ export(getGenes)
export(getGenome)
export(getGenomeAnnotation)
export(getGroupBW)
export(getGroupFragments)
export(getGroupSE)
export(getGroupSummary)
export(getImputeWeights)
Expand Down
4 changes: 2 additions & 2 deletions R/GroupExport.R
Original file line number Diff line number Diff line change
Expand Up @@ -510,11 +510,11 @@ getGroupBW <- function(
#' frags <- exportGroupFragments(proj, groupBy = "Clusters")
#'
#' @export
exportGroupFragments <- function(
getGroupFragments <- function(
ArchRProj = NULL,
groupBy = "Clusters",
threads = getArchRThreads(),
logFile = createLogFile("exportGroupFragments")
logFile = createLogFile("getGroupFragments")
){

#Cell Col Data
Expand Down
2 changes: 1 addition & 1 deletion man/addCoAccessibility.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/addGeneScoreMatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/addIterativeLSI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/addMotifAnnotations.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/createArrowFiles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/exportGroupFragments.Rd → man/getGroupFragments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/getPeak2GeneLinks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/plotPeak2GeneHeatmap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cdc299

Please sign in to comment.