Skip to content

Commit

Permalink
updating description, links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Apr 7, 2024
1 parent a44c820 commit a1b1b47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
15 changes: 10 additions & 5 deletions DESCRIPTION
Expand Up @@ -3,12 +3,17 @@ Type: Package
Title: A fluent interface for manipulating GenomicRanges
Version: 1.23.1
Authors@R: c(
person("Stuart", "Lee", email = "stuart.andrew.lee@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1179-8436")),
person("Stuart", "Lee", role = c("aut"),
comment = c(ORCID = "0000-0003-1179-8436")),
person("Michael", "Lawrence", role = c("aut", "ctb")),
person("Dianne", "Cook", role = c("aut", "ctb")),
person("Spencer", "Nystrom", role = c("ctb"), comment = c(ORCID = "0000-0003-1000-1579"))
)
Maintainer: Stuart Lee <stuart.andrew.lee@gmail.com>
person("Spencer", "Nystrom", role = c("ctb"),
comment = c(ORCID = "0000-0003-1000-1579")),
person("Pierre-Paul", "Axisa", role=c("ctb")),
person("Michael", "Love", role = c("ctb","cre"),
email = "michaelisaiahlove@gmail.com")
)
Maintainer: Michael Love <michaelisaiahlove@gmail.com>
Description: A dplyr-like interface for interacting with the common Bioconductor
classes Ranges and GenomicRanges. By providing a grammatical
and consistent way of manipulating these classes their accessiblity for new
Expand All @@ -31,7 +36,7 @@ Imports:
S4Vectors (>= 0.23.10),
utils
biocViews: Infrastructure, DataRepresentation, WorkflowStep, Coverage
BugReports: https://github.com/sa-lee/plyranges
BugReports: https://github.com/tidyomics/plyranges
License: Artistic-2.0
Encoding: UTF-8
ByteCompile: true
Expand Down
10 changes: 5 additions & 5 deletions README.Rmd
Expand Up @@ -15,10 +15,10 @@ knitr::opts_chunk$set(
# plyranges: fluent genomic data analysis <img id="plyranges_logo" src="man/figures/logo.png" align="right" width = "125" />

<!-- badges: start -->
[![R-CMD-check-bioc](https://github.com/sa-lee/plyranges/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/sa-lee/plyranges/actions?query=workflow%3AR-CMD-check-bioc)
[![R-CMD-check-bioc](https://github.com/tidyomics/plyranges/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/tidyomics/plyranges/actions?query=workflow%3AR-CMD-check-bioc)
[![BioC status](http://www.bioconductor.org/shields/build/release/bioc/plyranges.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/plyranges)
[![Codecov test
coverage](https://codecov.io/gh/sa-lee/plyranges/branch/master/graph/badge.svg)](https://codecov.io/gh/sa-lee/plyranges?branch=master)
coverage](https://codecov.io/gh/tidyomics/plyranges/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyomics/plyranges?branch=master)
<!-- badges: end -->

[plyranges](https://www.bioconductor.org/packages/release/bioc/html/plyranges.html) provides a consistent interface for importing and wrangling
Expand All @@ -44,10 +44,10 @@ of functions.
of functions.

For more details on the features of plyranges, read the
[vignette](https://sa-lee.github.io/plyranges/articles/an-introduction.html).
[vignette](https://tidyomics.github.io/plyranges/articles/an-introduction.html).
For a complete case-study on using plyranges to combine ATAC-seq and RNA-seq
results read the [*fluentGenomics*
workflow](https://sa-lee.github.io/fluentGenomics).
workflow](https://tidyomics.github.io/fluentGenomics).

# Installation

Expand All @@ -62,7 +62,7 @@ BiocManager::install("plyranges")
To install the development version from GitHub:

```{r, eval=FALSE}
BiocManager::install("sa-lee/plyranges")
BiocManager::install("tidyomics/plyranges")
```

# Quick overview
Expand Down

0 comments on commit a1b1b47

Please sign in to comment.