diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f5497..9c9325e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -Unreleased ----------- +ciRcus 0.1.4 +------------ NEW FEATURES -* QC plot for total vs. unique reads +* CIRI2 support * WBcel235 genome assembly supported +* QC plot for total vs. unique reads IMPROVEMENTS AND BUG FIXES diff --git a/README.md b/README.md index abb2a6a..f96d606 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ biocLite(c("GenomicRanges","GenomicFeatures", "IRanges", "biomaRt", "AnnotationH #' install the package library(devtools) install_github("BIMSBbioinfo/ciRcus", build_vignettes=FALSE) - - ``` # Using the package @@ -57,4 +55,5 @@ circs.dt ```R histogram(circs.se, 0.5) annotPie(circs.se, 0.02) +uniqReadsQC(circs.se, "all") ```