Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 183 Bytes

_counting_ex9.md

File metadata and controls

6 lines (6 loc) · 183 Bytes
split_counts=split(exon_counts_chr4, names(exon_counts_chr4) ) 
head(split_counts)
gene_counts_chr4=sapply( split_counts, function(x) sum(x) ) 
head(gene_counts_chr4)