Hello everyone, I have lots of transcriptome data (RNA-Seq and full transcript single cell RNA-Seq) and I need to align them to genome using STAR. But I have storage some problems.
I will focus on a group of genes in downstream analyses. Is it possible to align the reads to specific parts of genomes (gene group) while using STAR or creating a custom reference from genome fasta that includes only specific regions and use it as reference?
Thank you in advance
So doing such a thing in the alignment step practically causes mis-aligned reads. I will try to align all reads to whole genome and extract the regions using a bed file. I believe this will not create false positives or mis-aligned reads (at least not as much as the previous scenario).
Thank you for your answers.