HISAT is a fast and sensitive spliced alignment program for mapping RNA-seq reads. In addition to one global FM index that represents a whole genome, HISAT uses a large set of small FM indexes that collectively cover the whole genome (each index represents a genomic region of ~64,000 bp and ~48,000 indexes are needed to cover the human genome). These small indexes (called local indexes) combined with several alignment strategies enable effective alignment of RNA-seq reads, in particular, reads spanning multiple exons. The memory footprint of HISAT is relatively low (~4.3GB for the human genome). I have developed HISAT based on the Bowtie2 implementation to handle most of the operations on the FM index.
forked from DaehwanKimLab/hisat
-
Notifications
You must be signed in to change notification settings - Fork 0
Fast spliced aligner with low memory requirements
License
cynthiazhaoq/hisat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Fast spliced aligner with low memory requirements
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 67.2%
- C 22.7%
- Perl 8.9%
- Shell 0.6%
- Python 0.3%
- Makefile 0.2%
- Objective-C 0.1%