-
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
1 parent
8853f9b
commit 229fb86
Showing
3 changed files
with
29 additions
and
5 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Package: MesKit | ||
Type: Package | ||
Title: A tool kit for dissecting cancer evolution from multi-region derived tumor biopsies via somatic alterations | ||
Version: 1.3.0 | ||
Version: 1.1.2 | ||
Date: 2021-06-11 | ||
Authors@R: c( | ||
person('Mengni', 'Liu', email = "[email protected]", role = c('aut', 'cre'), comment = c(ORCID = '0000-0001-9938-9973')), | ||
person('Jianyu', 'Chen', email = '[email protected]', role = c('aut', 'ctb'), comment = c(ORCID = '0000-0003-4491-9265')), | ||
|
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,20 @@ | ||
citHeader("MesKit can be cited as:") | ||
|
||
citEntry( | ||
entry="article", | ||
title = "MesKit: a tool kit for dissecting cancer evolution of multi-region tumor biopsies through somatic alterations.", | ||
author = personList(as.person("Mengni Liu"), | ||
as.person("Jianyu Chen"), | ||
as.person("Xin Wang"), | ||
as.person("Chengwei Wang"), | ||
as.person("Xiaolong Zhang"), | ||
as.person("Yubin Xie"), | ||
as.person("Zhixiang Zuo"), | ||
as.person("Jian Ren"), | ||
as.person(" Qi Zhao") | ||
), | ||
journal = "GigaScience", | ||
year = 2021, | ||
doi = "https://doi.org/10.1093/gigascience/giab036", | ||
textVersion = "Mengni Liu, Jianyu Chen, Xin Wang, Chengwei Wang, Xiaolong Zhang, Yubin Xie, Zhixiang Zuo, Jian Ren, Qi Zhao, MesKit: a tool kit for dissecting cancer evolution of multi-region tumor biopsies through somatic alterations, GigaScience, Volume 10, Issue 5, May 2021, giab036, https://doi.org/10.1093/gigascience/giab03" | ||
) |
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