Skip to content

Commit

Permalink
add citation and bump dev version (1.1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Dec 19, 2023
1 parent 59e2e4a commit 45a2770
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ggkegg
Type: Package
Title: KEGG pathway visualization by ggplot2
Version: 1.1.8
Version: 1.1.9
Authors@R: person("Noriaki", "Sato", email = "nori@hgc.jp", role = c("cre", "aut"))
Description: This package aims to import, parse, and analyze KEGG data such as KEGG PATHWAY and KEGG MODULE. The package supports visualizing KEGG information using ggplot2 and ggraph through using the grammar of graphics. The package enables the direct visualization of the results from various omics analysis packages.
License: MIT + file LICENSE
Expand Down
20 changes: 20 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
citEntry(entry ="ARTICLE",
title = "ggkegg: analysis and visualization of KEGG data utilizing the grammar of graphics",
author = personList(
as.person("Noriaki Sato"),
as.person("Miho Uematsu"),
as.person("Kosuke Fujimoto"),
as.person("Satoshi Uematsu"),
as.person("Seiya Imoto")
),
journal = "Bioinformatics",
year = "2023",
volume = "39",
number = "10",
pages = "btad622",
PMID = "37846038",
doi = "10.1093/bioinformatics/btad622",
textVersion = paste("Sato N, Uematsu M, Fujimoto K, Uematsu S, Imoto S.",
"ggkegg: analysis and visualization of KEGG data utilizing the grammar of graphics.",
"Bioinformatics. 2023 Oct 3;39(10):btad622.")
)

0 comments on commit 45a2770

Please sign in to comment.