Skip to content
Discussion options

You must be logged in to vote

If you look at the code for filterDoublets(), this works at the level of the ArchRProject and does not touch the Arrow files themselves.

ArchR/R/FilterCells.R

Lines 45 to 106 in 968e442

filterDoublets <- function(ArchRProj = NULL, cutEnrich = 1, cutScore = -Inf, filterRatio = 1){
.validInput(input = ArchRProj, name = "ArchRProj", valid = c("ArchRProj"))
.validInput(input = cutEnrich, name = "cutEnrich", valid = c("numeric"))
.validInput(input = cutScore, name = "cutScore", valid = c("numeric"))
.validInput(input = filterRatio, name = "filterRatio", valid = c("numeric"))
if(any(grepl("filterDoublets", names(ArchRProj@projectSummary)))){
s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jane8166
Comment options

Answer selected by rcorces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants