You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-...@googlegroups.com
Hi all,
I know STAR was designed to align RNA. But did anybody use it as a DNA-aligner for genomic DNA?
Thank you.
Tong
Alexander Dobin
unread,
Dec 13, 2013, 2:15:20 PM12/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-...@googlegroups.com
STAR was designed for aligning RNA-seq data, and is not optimized for DNA-seq mapping. In particular, the "mapping" quality values are naively defined and may give you trouble with SNP callers. Some users had managed to obtain decent results with STAR, see this post and the comparison on bioplanet within it. You can see that STAR's accuracy is slightly better than Bowtie2's, but not as good as BWA's. STAR advantage is very high speed.
To map DNA data you would need to prohibit splicing with: --alignIntronMax 1 --alignMatesGapMax <MaxInsertSize-2*ReadLength>.
Cheers Alex
Felix Schlesinger
unread,
Dec 13, 2013, 4:14:48 PM12/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rna-...@googlegroups.com
If you are looking for a large-memory / high-speed DNA short read aligner, Isaac might be an option: