Hi,
I want to assess the global expression of the different chromosomes (human) using RNA-Seq and compare it across mutliple samples. My first idea was to use compute a TPM for each chromosome by taking all genes from the same chromosome as a meta-gene (so count all reads aligning on all the genes of one chromosome and then compute the associated TPM).
Any other idea/suggestions ?
Thanks
Aligning with bowtie at >97% identity and then count; samtools view -S.
it's RNA-Seq so bowtie is not the best aligner to do that. I personaly use STAR to align RNA-Seq
? star also creates a .sam file index doesn´t it?
bowtie2 is not splice aware.