Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranja24 committed Nov 16, 2020
1 parent b6b4210 commit 46b519f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion R/MatrixGeneExpression.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ addGeneExpressionMatrix <- function(
.logMessage("Overlap Per Sample w/ scATAC : ", paste(paste(names(overlapPerSample), round(overlapPerSample,3), sep = "="), collapse=","), logFile = logFile, verbose = TRUE)

#Get QC Info
assay(se) <- Matrix::Matrix(assay(se), sparse=TRUE)
assay(seRNA) <- Matrix::Matrix(assay(seRNA), sparse=TRUE)
nUMI <- Matrix::colSums(assay(seRNA))
mb <- assay(seRNA)
mb@x[mb@x > 0] <- 1
Expand Down

0 comments on commit 46b519f

Please sign in to comment.