Skip to content

Commit

Permalink
Add PPDPFL protein doamin #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonAlien committed May 29, 2024
1 parent 4507438 commit d5bfa4c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: maftools
Title: Summarize, Analyze and Visualize MAF Files
Version: 2.18.1
Version: 2.20.1
Date: 2021-04-30
Authors@R:
person(given = "Anand",
Expand Down
1 change: 1 addition & 0 deletions R/tmb.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @param ignoreCNV Default TRUE. Ignores all the variants annotated as `CNV` in the `Variant_Type` column of MAF
#' @param plotType Can be "classic" or "boxplot". Set to `NA` for no plot.
#' @param pointcol Default #2c3e50
#' @param verbose Default TRUE
#' @return data.table with TMB for every sample
#' @examples
#' laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
Expand Down
8 changes: 4 additions & 4 deletions inst/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGES IN VERSION 2.18.1
(GitHub master branch)
# CHANGES IN VERSION 2.20.1
(GitHub master branch - version bumped from 2.18.1 to 2.20.1 to match BC release branch)

## BUG FIXES
- Bug fix in `tmb` while handling multiple MAFs. Issue: [1018](https://github.com/PoisonAlien/maftools/issues/1018)
Expand All @@ -12,12 +12,13 @@
- Changed default background for oncoplot from `gray` to `#ecf0f1`
- Changed default signature database to SBS_v3.4 (from legacy)
- Update tmb function
- Added `PPDPFL` to protein domain database Issue: [1025](https://github.com/PoisonAlien/maftools/issues/1025)

## NEW FUNCTIONS
- `gisticCompare()` for comparing two GISTIC objects

# CHANGES IN VERSION 2.18.0
(Bioconductor release branch)
(Bioconductor release branch - 2.20.0)

## NEW FUNCTIONS
- `pathways` and `plotPathways`for summarizing & visualizing pathways Issue: [956](https://github.com/PoisonAlien/maftools/issues/956)
Expand Down Expand Up @@ -52,7 +53,6 @@
- Fix legend and color codes for numeric annotations in `oncoplot`. Issue: [363](https://github.com/PoisonAlien/maftools/issues/363)

# CHANGES IN VERSION 2.16.0
(Bioconductor release version)

- No changes

Expand Down
Binary file modified inst/extdata/protein_domains.RDs
Binary file not shown.
2 changes: 2 additions & 0 deletions man/tmb.Rd

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

0 comments on commit d5bfa4c

Please sign in to comment.