Hi,
I have a count table of RNA seq data with 8 biological replications for two conditions ( so 4 biological replicates for each conditions ) like below:
V1 V2 V3 V4 V5 V6 V7 V8 V9 2 ENSG00000000003 0 0 0 0 1 0 0 0 3 ENSG00000000005 0 0 0 0 0 0 0 0 4 ENSG00000000419 10 24 19 20 19 8 14 6 5 ENSG00000000457 17 15 13 18 21 18 21 15 6 ENSG00000000460 2 3 5 2 4 6 8 2 7 ENSG00000000938 20 4 35 16 10 17 19 9
How can I calculate the RPKM values for each gene? I have the count table but I do not have the gene's length.