unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <59840@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#59840] [PATCH 3/3] gnu: Add r-amplican.
Date: Mon, 5 Dec 2022 18:27:26 +0100	[thread overview]
Message-ID: <20221205172726.24426-3-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20221205172726.24426-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/bioconductor.scm (r-amplican): New variable.
---
 gnu/packages/bioconductor.scm | 46 +++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c62c5970b8..7e92186505 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2178,6 +2178,52 @@ (define-public r-airpart
 datasets.")
     (license license:gpl2)))
 
+(define-public r-amplican
+  (package
+    (name "r-amplican")
+    (version "1.20.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "amplican" version))
+              (sha256
+               (base32
+                "1c990i6gxbarcpbdpkz017x94spwzap95l95synlizbkyif4z8ij"))))
+    (properties `((upstream-name . "amplican")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-biocgenerics
+           r-biocparallel
+           r-biostrings
+           r-clustercrit
+           r-data-table
+           r-dplyr
+           r-genomeinfodb
+           r-genomicranges
+           r-ggplot2
+           r-ggthemes
+           r-gridextra
+           r-gtable
+           r-iranges
+           r-knitr
+           r-matrix
+           r-matrixstats
+           r-rcpp
+           r-rmarkdown
+           r-s4vectors
+           r-shortread
+           r-stringr
+           r-waffle))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/valenlab/amplican")
+    (synopsis "Automated analysis of CRISPR experiments")
+    (description
+     "The package performs alignment of the amplicon reads, normalizes gathered
+data, calculates multiple statistics (e.g. cut rates, frameshifts) and presents
+the results in the form of aggregated reports.  Data and statistics can be broken
+down by experiments, barcodes, user defined groups, guides and amplicons allowing
+for quick identification of potential problems.")
+    (license license:gpl3)))
+
 (define-public r-amountain
   (package
     (name "r-amountain")
-- 
2.38.1





  parent reply	other threads:[~2022-12-05 17:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 17:25 [bug#59840] [PATCH] gnu: Add r-clustercrit, .r-waffle and r-amplican MadalinIonel.Patrascu
2022-12-05 17:27 ` [bug#59840] [PATCH 1/3] gnu: Add r-clustercrit Mădălin Ionel Patrașcu
2022-12-05 17:27   ` [bug#59840] [PATCH 2/3] gnu: Add r-waffle Mădălin Ionel Patrașcu
2022-12-05 17:27   ` Mădălin Ionel Patrașcu [this message]
2022-12-12 14:52   ` bug#59840: [PATCH 1/3] gnu: Add r-clustercrit Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221205172726.24426-3-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=59840@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).