Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LTLA/csaw
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Mar 14, 2019
2 parents b42595f + 3a9b75d commit a97b9f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: csaw
Version: 1.17.7
Version: 1.17.8
Date: 2019-03-13
Title: ChIP-Seq Analysis with Windows
Authors@R: c(person("Aaron", "Lun", role=c("aut", "cre"), email =
Expand Down
2 changes: 1 addition & 1 deletion R/csawUsersGuide.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ csawUsersGuide <- function()
#
# written by Aaron Lun.
{
browseURL(sprintf("http://bioconductor.org/%s/workflows/vignettes/csawUsersGuide/inst/doc/csawUsersGuide.pdf", BiocManager::version()))
browseURL(sprintf("https://bioconductor.org/packages/%s/csawUsersGuide/vignettes/csaw.pdf", BiocManager::version()))
}
5 changes: 5 additions & 0 deletions vignettes/csaw.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ vignette: >
%\VignetteEncoding{UTF-8}
---

```{r, echo=FALSE, results="hide"}
require(knitr)
opts_chunk$set(error=FALSE, message=FALSE, warning=FALSE)
```

# Introduction

The `r Biocpkg("csaw")` package is designed for the _de novo_ detection of differentially bound regions from ChIP-seq data.
Expand Down

0 comments on commit a97b9f7

Please sign in to comment.