Hello there,
A very good morning.
I am using edgeR to carry out some comparative gene expression analysis from RNA seq raw counts data. I am using the readDGE function to compile counts data for library size.
The table I get shows that this has worked for most of the samples returns a value of NA for 2 samples.
Files group lib.size norm.factors
12345_exn 12345_exn.txt 1 NA 1
23456_Inv 23456_Inv.txt 1 164265.2 1
34567_DCIS 34567_DCIS.txt 1 172467.7 1
45678_exn 45678_exn.txt 1 NA 1
56789_exn 56789_exn.txt 1 168533.8 1
I have checked the following:
a.All the counts are numbers and not text (and not NA), b.the files have the correct headings, c. the samples are named correctly.
I am at a loss for what the problem could be, any suggestions/ advice would be greatly appreciated. Awaiting an answer badly.
Shradha.

Thanks Aaron Lun for your comment.. I have checked and rechecked the number and names of genes are equal and same respectively in all of my samples. Just couple of seconds ago, I just recreated the files and saved them in a separate folder and an again thorught he script. And guess what, that error of NA has gone and I can see the numbers in my library size..
Thanks for your comment and time though.