From 45bb5cd8b7709962218bae3e1f5989ea2d118275 Mon Sep 17 00:00:00 2001 From: Petar Glazar Date: Thu, 9 Mar 2017 14:41:18 +0100 Subject: [PATCH] doc update --- CHANGELOG.md | 7 ++++--- README.md | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) 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") ```