gene_x 0 like s 478 view s
Tags: pipeline, RNA-seq
A common tool to utilize RNAseq data to correct or enhance a reference genome, especially for viruses, is StringTie. This tool is primarily designed for transcript assembly and quantification based on the alignments of RNAseq reads.
Here's a basic pipeline using StringTie with a reference virus sequence:
Mapping/Aligning Reads to the Reference:
STAR --runThreadN 4 --genomeDir /path/to/genomeDir --readFilesIn /path/to/rnaseq.fastq --outFileNamePrefix /path/to/output_prefix
Transcript Assembly using StringTie:
stringtie -p 4 -o output.gtf -l virus /path/to/aligned_data.bam
Compare and Correct the Reference:
gffcompare -r reference_annotation.gtf -G -o comparison_output output.gtf
Visual Inspection (Optional but Recommended):
Further Analysis:
For the entire process, you'd need:
点赞本文的读者
还没有人对此文章表态
没有评论
RNA-seq 2024 Ute from raw counts
Preparing a GTF file from GenBank for bacterial RNA-seq analysis, using the example of WA
© 2023 XGenes.com Impressum