I get a problem when I want to try step 2 from "RNA-seq data pathway and gene-set analysis workflow" by Weijun Luo. I get zero rows with value !=0.
When I check my BAM files with IGV it looks that I have mapped reads all over the genome.
Any advise?
Code:
> p.cnts=assay(gnCnt) > cnts=p.cnts > dim(cnts) [1] 7017 2 > sel.rn=rowSums(cnts) !=0 > cnts=cnts[sel.rn,] > dim(cnts) [1] 0 2
Any advise?
Comment