Hello,
I am running an experiment with 4 samples among 2 conditions (Control vs Mutation) and 2 replicates of each one.
I am mapping the reads with segemehl and running cufflinks package to analyse differential expression in HOX genes.
Looking at the gene_exp.diff
from cuffdiff output, I found entries like this below. Why this happens?
XLOC_019730 XLOC_019730 HOXC10,HOXC4,HOXC5,HOXC6,HOXC9,RP11-834C11.12 chr12:53981508-54056030 C MUT OK 26.9654 36.546 0.438607 0.940684 0.18165 0.997078 no
My steps/commands done in this experiment can be found here.
Thanks for the answer. I am not trimming my reads before aligning, just after that. I am using RseqC split_bam.py) to remove rRNA from mapped reads by segemehl. Can you recomend some approach?