GNU bug report logs -
#61933
[PATCH 0/9] *** A requested with 8 dependencies ***
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/bioinformatics.scm (r-hgnchelper): New variable.
---
gnu/packages/bioinformatics.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 42d0923ab1..b179fcb61a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9139,6 +9139,29 @@ (define-public r-archr
"This package is designed to streamline scATAC analyses in R.")
(license license:gpl2+))))
+(define-public r-hgnchelper
+ (package
+ (name "r-hgnchelper")
+ (version "0.8.1")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "HGNChelper" version))
+ (sha256
+ (base32
+ "0qwkk5658j4j6w2wgvxkp38cyvscjp93d3zc7gb97vcihqx0ngxa"))))
+ (properties `((upstream-name . "HGNChelper")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/waldronlab/HGNChelper")
+ (synopsis
+ "Identification and correction of invalid gene symbols for human and mouse")
+ (description
+ "Set of R functions for identifying and correcting HGNC human gene symbols.
+In addition, you can identify MGI mouse gene symbols, which have been converted
+to date format by Excel, withdrawn, or aliased. Also contains functions for
+reversibly converting between HGNC symbols and valid R names.")
+ (license license:gpl2+)))
+
(define-public r-icellnet
;; v1.0 tagged in 2020, last commit contains many fixes.
;; DESCRIPTION says Version: 0.0.0.9000.
--
2.34.1
This bug report was last modified 2 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.