Skip to content

Commit

Permalink
doc: add install section to vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jan 9, 2024
1 parent 7602170 commit 78c552d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vignettes/tidyCoverage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ classes built on top of the `SummarizedExperiment` class. These classes
formalize the extraction and aggregation of coverage tracks over
sets of genomic features of interests.

## Installation

`tidyCoverage` package can be installed from Bioconductor using the following
command:

```{r eval = FALSE}
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("tidyCoverage")
```

## `CoverageExperiment` and `AggregatedCoverage` classes

### `CoverageExperiment`
Expand Down

0 comments on commit 78c552d

Please sign in to comment.