Is there a program to average read counts from technical replicates?
2
0
Entering edit mode
3.4 years ago
Tota ▴ 20

I have cell lines where RNA was extracted and was split across two lanes giving me two technical replicates per sample. I have my read counts for each technical replicate and I am going to use edgeR to get a DEG list. Is there a program which will average the reads from the technical replicates? Thank you.

RNA-Seq edgeR • 1.3k views
ADD COMMENT
3
Entering edit mode
3.4 years ago

so it's the same biological sample but just run on two different lanes (where the combinations is your requested #reads) ? If so, simply concatenate the two technical repeats into a single file and work with that one.

ADD COMMENT
0
Entering edit mode

Yes same biological sample, wouldn't averaging be more appropriate? Concatenating the two technical seems to be a lot easier.

ADD REPLY
1
Entering edit mode

You don't have to do anything manually, if you tell edgeR which samples represent the same underlying biological sample in the design matrix, you should be set.

ADD REPLY
0
Entering edit mode

Thank you. I will try that!

ADD REPLY
1
Entering edit mode

on top of what Friederike said, no, no need for averaging. That sample could just have well be run in a single lane, summing both will be enough (especially when each lane only contributes 1/2 of the amount of sequence you ordered)

ADD REPLY
0
Entering edit mode

That makes sense, thank you. I will sum the reads in that case.

ADD REPLY
0
Entering edit mode
10 weeks ago
Gordon Smyth ★ 7.0k

edgeR povides the function sumTechReps() for this purpose.

ADD COMMENT

Login before adding your answer.

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