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 25, 2020
1 parent 9324c22 commit d1384d3
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 451 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
visual_test
^visual_test/$
^.*\.Rproj/$
^\.Rproj\.user/$
^\.travis\.yml$
Expand All @@ -15,3 +15,5 @@ visual_test
^\.Rproj\.user$
^docs$
^\.DS_Store$
^examples$
^R/proteinDomain.R$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ inst/doc
packrat/lib*/
data-raw/
R/temp/
R/proteinDomain.R
inst/backup/
inst/extdata/backup/
inst/htmlwidgets/backup/
inst/htmlwidgets/lib/g3Lollipop/backup/
visual_test/

1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export(hgnc2pfam)
export(hgnc2uniprot)
export(mapMutationTypeToMutationClass)
export(parseProteinChange)
export(proteinDomain)
export(readMAF)
export(renderG3Lollipop)
export(uniprot2pfam)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.1.3 (2020/08/24)
- Updated Pfam version 33.1 (date: 2020-08-24)
- Updated UniProt (date: 2020-08-24)
- add "prepare_data" folder to instruct how to create `hgnc2pfam.df.rda` data at [GitHub](https://github.com/G3viz/g3viz) ([issue 5](https://github.com/G3viz/g3viz/issues/5))

## Version 1.1.2 (2019/04/30)
- Clear html context before adding g3lollipop to HtmlWidgets ([issue 2](https://github.com/G3viz/g3viz/issues/2)).

Expand Down
3 changes: 0 additions & 3 deletions R/g3Lollipop.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ g3Lollipop <- function(mutation.dat,
# legend factor
factor.col = "Mutation_Class",
plot.options = g3Lollipop.options(),
# ---------------------
domain.info = NULL,
# ---------------------
save.png.btn = TRUE,
save.svg.btn = TRUE,
btn.style = NA,
Expand Down
2 changes: 0 additions & 2 deletions R/proteinDomain.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ proteinDomain <- function(protein.length,
domain.end.col = "End"
#--



domain.list <- list(
length = protein.length,
details = domain.list
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if("devtools" %in% rownames(installed.packages()) == FALSE){
devtools::install_github("g3viz/g3viz")
```

## Cite
## Reference

Guo, X., *et al*. (2020). G3viz: an R package to interactively visualize genetic mutation data using a lollipop-diagram. **Bioinformatics**, 36(3), 928-929.

Expand Down
1 change: 0 additions & 1 deletion man/g3Lollipop.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions man/proteinDomain.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion prepare_data/generate_hgnc2pfam.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pfam_fn <- "9606.tsv.gz"
download.file(pfam_url, pfam_fn)

# --------------------------
message("Read pfam information ...")
message("Read Pfam information ...")
pfam.file <- gzcon(file(pfam_fn, "r"))
pfam.txt <- readLines(pfam.file)

Expand Down
Loading

0 comments on commit d1384d3

Please sign in to comment.