-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ Package: HGNChelper | |
Maintainer: Levi Waldron <[email protected]> | ||
Depends: R (>= 3.5.0), methods, utils | ||
Author: Levi Waldron and Markus Riester | ||
Version: 0.8.6 | ||
Date: 2020-9-11 | ||
Version: 0.8.7 | ||
Date: 2020-12-29 | ||
License: GPL (>=2.0) | ||
Title: Identify and Correct Invalid HGNC Human Gene Symbols and MGI Mouse Gene Symbols | ||
Description: Contains functions for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.onLoad <- function(libname, pkgname) { | ||
packageStartupMessage( | ||
paste( | ||
"Please cite our software :) \n \n", | ||
"Sehyun Oh et al.", | ||
"HGNChelper: identification and correction of invalid gene symbols for human and mouse.", | ||
"F1000Research 2020, 9:1493.", | ||
"DOI: https://doi.org/10.12688/f1000research.28033.1 \n \n", | ||
"Type `citation('HGNChelper')` for a BibTeX entry." | ||
) | ||
) | ||
invisible() | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
citHeader("Please cite our software :)") | ||
|
||
citEntry(entry = "Article", | ||
title = "HGNChelper: identification and correction of invalid gene symbols for human and mouse", | ||
author = personList(as.person("Sehyun Oh"), as.person("Jasmine Abdelnabi"), | ||
as.person("Ragheed Al-Dulaimi"), as.person("Ayush Aggarwal"), as.person("Marcel Ramos"), | ||
as.person("Carmen Rodriguez Cabrera"), as.person("Tiffany Chan"), | ||
as.person("Sean Davis"), as.person("Markus Riester"), | ||
as.person("Levi Waldron")), | ||
journal = "F1000 Research", | ||
year = "2020", | ||
volume = "9:1493", | ||
textVersion = | ||
paste("Sehyun Oh et al.", | ||
"HGNChelper: identification and correction of invalid gene symbols for human and mouse.", | ||
"F1000Research 2020, 9:1493.", | ||
"DOI: https://doi.org/10.12688/f1000research.28033.1") | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.