Releases: vivekbhr/icetea
Releases · vivekbhr/icetea
Bioc Release: 1.1
just better
(almost) ready for submission to bioconductor.
- Better PCR dup removal (taking strand into account).
- Better TSS calling (full strand specificity + sliding window + other improvements)
- Vignettes ready
- Testing implemented
- Plot precision more accurate (CDF calculated on all data, not just from the given range)
- Many improvements to code structure and checks added.
packed and pumped
Probably the last release before the bioconductor submission.
- S4 implementation
- Getting rid of C code and simplified the trimming/demultiplexing
- New plotting wrappers
- Fixed many issues and passed devtools::check
0.2
First working end-to-end CAGE analysis workflow
This release has functions for end-to-end CAGE analysis workflow, including functions for processing MAPCap data.
Functions :
- Trim barcodes from MAPCap fastq files and keep in header.
- Map any paired-end CAGE data.
- Post mapping de-multiplexing of the BAM file using initially trimmed and kept barcodes.
- PCR de-duplication using UMIs and mapping position of reads in genomic bins.
- New TSS detection method that's shown to work nicely with sharp peaks (comparison with other data/programs pending).
- Differential TSS detection using an RNAseq-like approach.
- Annotation of detected TSS.
- QC plot for precision of detected TSS.
- A wrapper of old method of TSS calling (to be removed in future).
Major changes to the software are pending. I shall follow the semantic versioning rule with releases.