Skip to content

Commit ae5db79

Browse files
committed
Update citation
1 parent 1a1024d commit ae5db79

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GCclassifier: an R package for the prediction of molecular subtypes of gastric cancer
1+
# GCclassifier: An R package for the prediction of molecular subtypes of gastric cancer
22

33
<img src="https://github.com/Ronlee12355/GCclassifier/blob/main/GCclassifier.png" height="230" align="right"/>
44

@@ -70,10 +70,13 @@ Supported browers:
7070
- Microsoft Edge
7171

7272

73-
**Design**\
73+
**Design**
7474
`GCclassifier` package builds on standard R package workflow and was developed in RStudio following guidelines in R packages [<http://r-pkgs.had.co.nz/>].
7575

76-
**References**\
76+
**Citation**
77+
Jiang Li, Lingli He, Xianrui Zhang, Xiang Li, Lishi Wang, Zhongxu Zhu, Kai Song, Xin Wang. GCclassifier: An R package for the prediction of molecular subtypes of gastric cancer. Comput. Struct. Biotechnol. J. 2024; 23: 752-758. <https://doi.org/10.1016/j.csbj.2024.01.010>
78+
79+
**References**
7780
Oh, S.C., Sohn, B.H., Cheong, JH. et al. Clinical and genomic landscape of gastric cancer with a mesenchymal phenotype. Nat Commun 9, 1777 (2018). <https://doi.org/10.1038/s41467-018-04179-8>
7881

7982
Cristescu, R., Lee, J., Nebozhyn, M. et al. Molecular analysis of gastric cancer identifies subtypes associated with distinct clinical outcomes. Nat Med 21, 449--456 (2015). <https://doi.org/10.1038/nm.3850>

vignettes/GCclassifier.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "GCclassifier: an R package for the prediction of molecular subtypes of gastric cancer"
2+
title: "GCclassifier: An R package for the prediction of molecular subtypes of gastric cancer"
33
date: "`r Sys.Date()`"
44
output:
55
BiocStyle::html_document:
66
toc: TRUE
77
bibliography: bibliography.bib
88
vignette: >
99
%\VignetteEncoding{UTF-8}
10-
%\VignetteIndexEntry{GCclassifier: an R package for the prediction of molecular subtypes of gastric cancer}
10+
%\VignetteIndexEntry{GCclassifier: An R package for the prediction of molecular subtypes of gastric cancer}
1111
%\VignetteEngine{knitr::rmarkdown}
1212
editor_options:
1313
chunk_output_type: inline

0 commit comments

Comments
 (0)