Thankyou Devon for your comments. I think sequencing depth in RNA-Seq is an important aspect that biologists/statistician must be aware of. For example, in this paper: http://www.ncbi.nlm.nih.gov/pubmed/24319002, the author discussed sequencing depths and replications in RNA-Seq experiments. The data they analyzed can be accessed here: http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE51403.
Now, for that dataset, I summarized the read counts, and the data having 30 million sequencing depth have column sums:
25578855 25820716 25741936 25179460 25896403 25558230 26002218 25561605 25318388 26253440 24026599 25906691 26154717 25869477
... and the data having 5 million sequencing depth have column sums:
4270832 4301926 4287752 4189579 4314886 4260306 4336277 4261486 4217501 4372894 4002337 4312077 4360152 4317814
Obviously we see the difference. My question is, how can we know the sequencing depth information from NCBI, I mean, from some meta-data information? It seems that different samples may have different depths (at least from other datasets I checked). Thanks again for your suggestions.