Skip to content
Snippets Groups Projects
Commit 8873314a authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Further fixes to read counting

parent 0cabe6c6
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ addCountsPerSegment <- function(df, counts) {
# Now summarize counts and expectation per cell and segment
count_tab <- count_tab[,
.(c = sum(c), w = sum(w), expected = sum(class != "None")),
.(C = sum(c), W = sum(w), expected = sum(class != "None")),
by = .(sample, cell, chrom, from, to)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment