Skip to content

SITH 1.1.0

Latest
Compare
Choose a tag to compare
@phillipnicol phillipnicol released this 11 Jan 21:04
· 8 commits to master since this release

This update introduces new functionality for the tumor growth simulator.

New functionality:

  • A new parameter to simulateTumor() has been added. This allows the user to specify a custom disease model for more control over the kinds of mutations that can occur. See vignette for more details.
  • Coverage has been added to bulkSample() and randomBulkSamples() to better simulate real sequencing data.

Changes to existing functionality:

  • The alleles data frame which was returned by simulateTumor() has been renamed to genotypes to be biologically correct.

Bug fixes:

  • In visualizeTumor, there was an issue where suggested package rgl was not being used conditionally.

Internal changes:

  • The C++ code has been completely refactored for organization.