Hi guys,
I have RNAseq dataset with control [C], treatment 1 [T1] and treatment 2 [T2], for each 3 replicates (a,b,c). I already mapped all reads for the 9 Samples and use afterwards htseq-count to get raw counts (counttable).
My problem is that replicates (c) were sequenced 9 months before and I'm not sure if I can work with all 3 replicates (a,b and c) or only with 2 (a and b).
I want to test if the the replicates are similar to each other. So i want to but sure that i don't have a "outlier"-sample.
Has anyone of you got a good idea how to do this in R ? Thanks for your help.
My counttable:
Ca Cb Cc T1a T1b T1c T2a T2b T2c
AT1G0**** 7 1 40 4 19 42 3 5 24
AT1G0**** 0 0 0 0 3 3 0 0 1
AT1G0**** 37 28 118 89 64 174 42 47 151
AT1G0**** 41 36 191 54 50 149 38 43 254