guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59840] [PATCH 3/3] gnu: Add r-amplican.


From: Mădălin Ionel Patrașcu
Subject: [bug#59840] [PATCH 3/3] gnu: Add r-amplican.
Date: Mon, 5 Dec 2022 18:27:26 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]