diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 14:36:58 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:07:53 -0700 |
commit | 02fe0976b6fea813384d7554fcc3c9a701e4cccf (patch) | |
tree | 53e1e4d00fb8d4fdb900d88953725f966b2ef7ea | |
parent | 4f66400493b101fa3840541ae903a487ed3a364f (diff) |
gnu: r-interactionset: Fix typo "This package".
* gnu/packages/bioconductor (r-interactionset)[description]: Fix typo.
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 3ef5ecf7b1..13be3b6013 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1453,7 +1453,7 @@ parsing of genetic sequencing data from ribosome profiling experiments.") (home-page "https://bioconductor.org/packages/InteractionSet") (synopsis "Base classes for storing genomic interaction data") (description - "This packages provides the @code{GInteractions}, + "This package provides the @code{GInteractions}, @code{InteractionSet} and @code{ContactMatrix} objects and associated methods for storing and manipulating genomic interaction data from Hi-C and ChIA-PET experiments.") |