Hi. I have a RNA sequencing dataset which analyzed with Galaxy usage and type of data is paired-end. The dataset has a good quality leading to ignore the trimming level. However, after mapping with STAR tool the uniquely mapped genes were just around 6%.The mapped to loci was 3.2% and unmapped due to short reads is 90% what should I do?
Please ask
galaxy
related questions on their help forum: https://help.galaxyproject.org/ They will have access to your data and can help you directly.That said, are you using the right genome? Remember with
STAR
you will need to align to genome reference, not transcriptome. You can take a sample of your reads andblast
them at NCBI to make sure all reads identify with the genome you expect them to be from.Thank you. I will recheck it.