Hello,
I have a classic scenario where i have a bunch of predicted genes, and RNA-Seq data. I want RPKM for each gene, and I have the genes in a fasta file.
Suppose I align the reads to the genes using bowtie. What next? Any script to determine RPKM for each gene and sort the genes by RPKM values?
Thank you,
Adrian
I have a classic scenario where i have a bunch of predicted genes, and RNA-Seq data. I want RPKM for each gene, and I have the genes in a fasta file.
Suppose I align the reads to the genes using bowtie. What next? Any script to determine RPKM for each gene and sort the genes by RPKM values?
Thank you,
Adrian
However, you'll find a manual here: cufflinks.cbcb.umd.edu/manual.html
Comment