t2t RNAseq alignment with STAR
0
2
Entering edit mode
11 weeks ago
eva_u ▴ 30

Hi all,

I'm trying to implement t2t assembly for RNAseq alignment with STAR (using updated t2t gtf). First basic run with default STAR settings yielded poor result for t2t - all metrics are lower compared to hg38. Is this because i need to customize STAR parameters to work with t2t? Does anyone have experience doing the same? Curious what your results were.

Thank you!

star script:

#!/bin/bash

...

STAR --runMode alignReads \
     --genomeDir ./star_index_hg38/star_index/ \
     --readFilesIn ${R1} ${R2} \
     --readFilesCommand zcat \
     --outSAMtype BAM Unsorted \
 --runThreadN 8 \
     --outFileNamePrefix STAR.HC2_HH23.hg38_multiMap/${SAMPLE}/ 

hg38 vs t2t STAR metrics

chm13 t2t RNAseq • 303 views
ADD COMMENT
1
Entering edit mode

Since one one has commented on this so far I will say that in general T2T genome is going to be of better quality/more complete. Not many use it as default for analysis so you can't go wrong using either. Your plots show the differences to be within a few percentage points of each other, so the differences are not large.

Intuitively it does not seem logical that you would need to use different parameters for a better quality genome. Since your data appears to be RNAseq the regions with genes are likely very similar in both assemblies.

ADD REPLY

Login before adding your answer.

Traffic: 1704 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6