-
Notifications
You must be signed in to change notification settings - Fork 19
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
76 additions
and
49 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
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,18 +1,18 @@ | ||
Package: g3lollipop | ||
Package: g3viz | ||
Type: Package | ||
Title: Visualize Genomic Mutation Data via an Interactive Lollipop Diagram | ||
Version: 0.3 | ||
Title: Visualize Genomic Mutation Data using a Rich Interactive Lollipop Diagram | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Xin", "Guo", email = "[email protected]", role = c("aut", "cre")) | ||
) | ||
Maintainer: Xin Guo <[email protected]> | ||
Description: R interface for 'g3viz' JavaScript library. | ||
Visualize Genomic Mutation Data Using a rich interactive lollipop diagram in Rstudio or your browser. | ||
Description: R interface for 'g3lollipop' JavaScript library. | ||
Visualize genomic mutation data Using a rich interactive lollipop diagram in Rstudio or your browser. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: | ||
R (>= 3.0.2) | ||
R (>= 3.0.0) | ||
Imports: | ||
jsonlite, | ||
cgdsr, | ||
|
@@ -22,7 +22,7 @@ Suggests: | |
shiny (>= 1.0.0), | ||
knitr, | ||
rmarkdown | ||
URL: https://github.com/G3viz/g3lollipop | ||
BugReports: https://github.com/G3viz/g3lollipop/issues | ||
URL: https://github.com/G3viz/g3viz | ||
BugReports: https://github.com/G3viz/g3viz/issues | ||
RoxygenNote: 6.1.1 | ||
VignetteBuilder: knitr |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.onLoad <- function(libname, pkgname){ | ||
packageStartupMessage("G3viz: visualize gene/genome/genetics.") | ||
# data(list = c("hgnc2pfam.df", "mutation.table.df"), package = pkgname, envir = parent.env(enviroment())) | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.