Zero output for sel.rn=rowSums(cnts) != 0
1
0
Entering edit mode
9.9 years ago
Parham ★ 1.6k

Hi, 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.

> 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

I have discussed it in another thread also, if you need more information. Any advise?

rowSums summarizeOverlaps • 1.7k views
ADD COMMENT
0
Entering edit mode

I have a link to the BAM files I used for this analysis here now, if someone can kindly look it up and see if something is wrong with them.

https://drive.google.com/folderview?id=0Bxl0rZon0OuzQUNuQzVoUDlnNXM&usp=sharing

Thanks!

ADD REPLY
2
Entering edit mode
9.9 years ago

I answered in a comment elsewhere, but the base of the problem ended up being that Parham has single-end data but was telling summarizeOverlaps(), which was used to produce gnCnt, to only use paired-end reads.

ADD COMMENT

Login before adding your answer.

Traffic: 2302 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6