Skip to content

Commit

Permalink
Update scGAD.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sshen82 authored May 18, 2022
1 parent 1d39161 commit 68591d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/scGAD.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ scGAD = function(path = NULL, hic_df = NULL, genes, depthNorm = TRUE, cores = 4,
output <- future_sapply(1:length(names), getCount)
output[is.na(output)] = 0
}
rownames(output) = g_names
colnames(output) = names
output = output[rowSums(output) > 0, ]
output = output[!is.na(rowSums(output)), ]
Expand Down

0 comments on commit 68591d5

Please sign in to comment.