Skip to content

Releases: likelet/CaMutQC

CaMutQC-v0.99.2

19 Feb 09:54
Compare
Choose a tag to compare
CaMutQC-v0.99.2 Pre-release
Pre-release

What's Changed

Full Changelog: CaMutQC-v.0.99.0...CaMutQC-v0.99.2

CaMutQC-v0.99.0

31 Jan 03:42
5b7e3e5
Compare
Choose a tag to compare
CaMutQC-v0.99.0 Pre-release
Pre-release

A stable version, ready to be checked by Bioconductor.
Future releases with updates during the reviewing process will be under this tag.

CaMutQC-v0.10.0

13 Dec 08:43
Compare
Choose a tag to compare
CaMutQC-v0.10.0 Pre-release
Pre-release

New features!

  • Read VCFs from multi-caller directly! Files should under the same location
  • Add information about parameter set sharing in the manual and function annotation. Try now and contribute to the community!

CaMutQC-v0.9.0

08 Nov 02:35
c13a66b
Compare
Choose a tag to compare
CaMutQC-v0.9.0 Pre-release
Pre-release

Faster, more accurate, more stable!!

  • Update License to GPL-v3
  • Take more corner cases into consideration when selecting transcripts
  • Add progress bar
  • Improve efficiency when filtering

CaMutQC-v0.8.0

25 Sep 02:09
daf8afa
Compare
Choose a tag to compare
CaMutQC-v0.8.0 Pre-release
Pre-release

Now CaMutQC is able to read VCF files from VarScan2, MuTect2 and MuSE, and filter variants without any bugs!!

  • Some default parameters are modified to provide a more flexible filtering experience.
  • Filtering efficiency has been greatly improved.

CaMutQC-v0.7.0

05 Sep 07:35
Compare
Choose a tag to compare
CaMutQC-v0.7.0 Pre-release
Pre-release

Fix some essential bugs and improve efficiency

This release:

  1. fix bugs in mutFilterAdj function, enabling user to filter somatic mutations for SNV-only or INDEL-only vcfs
  2. improve running efficiency by removing some for loop, use merge, mutate instead
  3. update the manual

CaMutQC-v0.6.0

31 Jul 07:06
d135d79
Compare
Choose a tag to compare
CaMutQC-v0.6.0 Pre-release
Pre-release

The development of CaMutQC is back on track!

This release:

  • Was tested using devtools on R-4.3.1 under Windows 10 x64.
  • Reorganized inst/extdata folder and updated reference info about external datasets.
  • Carried with standardized manual and configuration.

CaMutQC-v0.5.0

24 Jul 15:20
Compare
Choose a tag to compare
CaMutQC-v0.5.0 Pre-release
Pre-release
  • Provide more options for mutFilterQual function, including 'WES', 'MSKCC' and 'Customized'
  • Move mutFilterPON and mutFilterNormalDP from mutSelection to mutFilterTech
  • Update manual
  • Update README

CaMutQC-v0.4.0

13 Feb 04:32
Compare
Choose a tag to compare
CaMutQC-v0.4.0 Pre-release
Pre-release
  • Add mutFilterRef function for reference-based filtration
  • Update manual and filter report
  • Code reorganization
  • Update workflow
  • Fix some bugs

CaMutQC-v0.2.0

15 Nov 04:22
e6e5233
Compare
Choose a tag to compare
CaMutQC-v0.2.0 Pre-release
Pre-release

CaMutQC v0.2.0 updates in the following aspects:

  • Change parameter COSMIConly to keepCOSMIC, for keeping COSMIC mutations while they are in other databases but not only keeping COSMIC mutations.
  • Add function processMut, which can take union/intersection on mutations from multiple MAF data frames.
  • Modify related files including manual, workflow, README, etc.

PS: Happy New Year!!