Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phoeguo committed Aug 26, 2020
1 parent d1384d3 commit afcbbf5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
^visual_test/$
^visual_test/
^.*\.Rproj/$
^\.Rproj\.user/$
^\.Rproj\.user/
^\.travis\.yml$
^data-raw$
^prepare_data$
^packrat/$
^prepare_data/
^packrat/
^\.Rprofile$
^README.md$
^\.git/
Expand Down
8 changes: 4 additions & 4 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.onAttach <- function(libname, pkgname){
packageStartupMessage(
"g3viz: visualizing gene/genome/gentics data for fun.
- Pfam (v33.1)
- UniProt (date: 2020/08/24)\n
Any questions, please send emails to <[email protected]> or post on GitHub <https://github.com/G3viz/g3viz/issues>."
"g3viz: visualizing gene/genome/gentics data for fun.
- Pfam (v33.1)
- UniProt (date: 2020/08/24)\n
Any questions, please send emails to <[email protected]> or post on GitHub <https://github.com/G3viz/g3viz/issues>."
)
}
Binary file modified data/hgnc2pfam.df.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion prepare_data/generate_hgnc2pfam.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ hgnc2pfam.df <- hgnc2pfam.df[, c("symbol", "uniprot", "length",
"start", "end", "hmm.acc", "hmm.name", "type")]

# create Rdata, move this to "data" directory
save(hgnc2pfam.df, file="hgnc2pfam.df.rda")
save(hgnc2pfam.df, file="hgnc2pfam.df.rda", compress = "xz")

Binary file modified prepare_data/hgnc2pfam.df.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ g3Lollipop(mutation.dat,
[cBioPortal](http://www.cbioportal.org/) provides download for many cancer genomics data sets.
`g3viz` has a convenient way to retrieve data directly from this portal.

In this example, we first retrieve genetic mutation data of `TP53` gene for the [msk\_impact\_2017](https://www.ncbi.nlm.nih.gov/pubmed/28481359) study,
In this example, we first retrieve genetic mutation data of `TP53` gene for the [msk\_impact\_2017](https://pubmed.ncbi.nlm.nih.gov/28481359/) study,
and then visualize the data using the built-in `cbioportal` theme, to miminc cBioPortal's [mutation_mapper](https://www.cbioportal.org/mutation_mapper).

<a name="cbioportal_theme"></a>
Expand Down

0 comments on commit afcbbf5

Please sign in to comment.