| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| IsoQuant-3.4.0.tar.gz | 2024-05-08 | 6.1 MB | |
| IsoQuant 3.4.0 source code.tar.gz | 2024-05-08 | 6.1 MB | |
| IsoQuant 3.4.0 source code.zip | 2024-05-08 | 6.1 MB | |
| README.md | 2024-05-08 | 3.2 kB | |
| Totals: 4 Items | 18.3 MB | 0 | |
Major novelties and improvements:
-
Significant speed-up on datasets containing regions with extremely high coverage,often encountered on mitochondrial chromosomes (https://github.com/ablab/IsoQuant/issues/97).
-
Added support for Illumina reads for spliced alignment correction (thanks to @rkpfeil).
-
Added support YAML files (thanks to @rkpfeil). Old options
--bam_listand--fastq_listare still availble, but deprecated since this version.
Transcript discovery and GTF processing:
-
Fixed missing genes in extended GTF (https://github.com/ablab/IsoQuant/issues/140, https://github.com/ablab/IsoQuant/issues/147, https://github.com/ablab/IsoQuant/issues/151, https://github.com/ablab/IsoQuant/issues/175).
-
Fixed strand detection and output of transcripts with
.strand (https://github.com/ablab/IsoQuant/issues/107). -
Added
--report_canonicaland--polya_requirementoptions that allows to control level of filtering of output transcripts based on canonical splice sites and the presence of poly-A tails. (https://github.com/ablab/IsoQuant/issues/128). -
Added check for input GTFs (https://github.com/ablab/IsoQuant/issues/155).
-
Extract CDS, other features and attributes from reference GTF to the output GTFs (https://github.com/ablab/IsoQuant/issues/176).
-
Reworked novel gene merging procedure (https://github.com/ablab/IsoQuant/issues/164).
-
Revamped algorithm for assigning reads to novel transcripts and their quantification (https://github.com/ablab/IsoQuant/issues/127).
Read assignment and quantification:
-
Optimized read-to-isoform assignment algorithm.
-
Added
gene_assignment_typeattribute to read assignments. -
Fixed duplicated records in
read_assignments.tsv(https://github.com/ablab/IsoQuant/issues/168). -
Improved gene and transcript quantification. Only unique assignments are now used for transcript quantification. Added more options for quantification strategies (
--gene_quantificationand--transcript_quantification). -
New option to control TPM computing (
--normalization_method). -
Improved consistency between
trascript_counts.tsvandtranscript_model_counts.tsv(https://github.com/ablab/IsoQuant/issues/137). -
Introduced mapping quality filtering:
--min_mapq,--inconsistent_mapq_cutoffand--simple_alignments_mapq_cutoff(https://github.com/ablab/IsoQuant/issues/110).
Minor fixes and improvements:
-
Added
--bam_tagsoption to import additional information from BAM files to read assignments output. -
Large output files are now gzipped by default,
--no_gzipcan be used to keep uncompressed output (https://github.com/ablab/IsoQuant/issues/154). -
BAM stats are now printed to the log (https://github.com/ablab/IsoQuant/issues/139).
-
Various minor fixes and requests: https://github.com/ablab/IsoQuant/issues/106, https://github.com/ablab/IsoQuant/issues/141, https://github.com/ablab/IsoQuant/issues/143, https://github.com/ablab/IsoQuant/issues/146, https://github.com/ablab/IsoQuant/issues/179.
Special acknowledgement to @almiheenko for testing and reviewing PRs, and to @alexandrutomescu for supporting the project.