Skip to content

Commit

Permalink
Corrected genes.filter vector usage in read.data
Browse files Browse the repository at this point in the history
  • Loading branch information
Assaf Yosef Magen committed May 23, 2019
1 parent 33aee0d commit 50b7734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/read_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ read.data <- function(environment, genome = "mm10", min.genes.per.cell = 500, ma

counts = counts[names(genes.filter)[genes.filter==T],]
normalized = normalized[names(genes.filter)[genes.filter==T],]
HVG = HVG[HVG %in% rownames(normalized)]

environment$genes.filter <- genes.filter
environment$counts <- counts
Expand Down

0 comments on commit 50b7734

Please sign in to comment.