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()
andrandomBulkSamples()
to better simulate real sequencing data.
Changes to existing functionality:
- The
alleles
data frame which was returned bysimulateTumor()
has been renamed togenotypes
to be biologically correct.
Bug fixes:
- In
visualizeTumor
, there was an issue where suggested packagergl
was not being used conditionally.
Internal changes:
- The
C++
code has been completely refactored for organization.