Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
retaj committed Mar 9, 2017
1 parent 1e1810b commit 45bb5cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,4 +55,5 @@ circs.dt
```R
histogram(circs.se, 0.5)
annotPie(circs.se, 0.02)
uniqReadsQC(circs.se, "all")
```

0 comments on commit 45bb5cd

Please sign in to comment.