Edger To Find De And Non-De Reads
1
0
Entering edit mode
10.6 years ago
joanne.lee • 0

I’m using EdgeR to find differentially expressed reads within 100bp windows. To help my analysis later on I’d like EdgeR to give me an output that contains every 100bp window I have regardless of if it’s differentially expressed or not. I have done my analysis similar to that of example 4.3 in the EdgeR user's guide

Any help on how to get the expression data back from my total 2393345 windows would be appreciated.

Thanks

edger • 2.1k views
ADD COMMENT
1
Entering edit mode

Few things I don't understand:

1) "Differentially expressed reads". Reads are not expressed, so they certainly cannot be differentially expressed. You mean genes/transcripts?

2) "within 100bp windows". Why do you summarize RNA-data (at least, I guess you are talking about RNA data) in windows? You mean genomic windows? You should summarize RNA-data by transcript / gene entities

Maybe your question is: "I have mapped my RNA-seq to a reference genome, how can I get a table that summarizes the amount of reads mapped to each gene, for each sample seperately"?

ADD REPLY
0
Entering edit mode

Do you have already infer your count matrix from the alignment ?

ADD REPLY
0
Entering edit mode
10.6 years ago

You could use topTags() and set n to a very large number. If you need to sort by something else, just assign the result of topTags to a variable (it is a data.frame) and sort to your heart's content.

ADD COMMENT

Login before adding your answer.

Traffic: 2275 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