-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #12, see excel sheet for data about resources `ecdna-resources.xlsx` Histogram for the ecDNA distribution that is `u16` Subsampling.
- Loading branch information
Showing
18 changed files
with
1,982 additions
and
1,307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Changelog | ||
## 0.1.1 | ||
### Added | ||
The ecDNA distribution is a vector of `u16` | ||
The ecDNA distribution is a vector where each entries is a cell and the content is the number of ecDNA copies the cell has. | ||
The ecDNA distribution is saved as a JSON, i.e. as a mapping where the keys are the ecDNA copies and the entries are the number of cells for each key (histogram). | ||
Implement the [state pattern](https://doc.rust-lang.org/book/ch17-03-oo-design-patterns.html) to pass the ecDNA distribution by consuming the `Run` instead of deep copy. | ||
Introduce subsampling: run the simulations for a number of cells, then run ABC with 100 subsamples for each run. In the end, the number of tested simulations will be 100 * the number of runs. | ||
|
||
### Fixed | ||
Fix bug in the computation of the ks distance. |
Oops, something went wrong.