git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@128264 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: OncoSimulR |
2 | 2 |
Type: Package |
3 | 3 |
Title: Forward Genetic Simulation of Cancer Progression with Epistasis |
4 |
-Version: 2.5.13 |
|
4 |
+Version: 2.5.14 |
|
5 | 5 |
Date: 2017-04-07 |
6 | 6 |
Authors@R: c(person("Ramon", "Diaz-Uriarte", role = c("aut", "cre"), |
7 | 7 |
email = "rdiaz02@gmail.com"), |
... | ... |
@@ -4,22 +4,23 @@ Changes in version 2.6.0 (for BioC 3.5): |
4 | 4 |
al.). |
5 | 5 |
- Diversity of sampled genotypes. |
6 | 6 |
- Genotyping error can be added in samplePop. |
7 |
+ - fixation of a genotype/gene as stopping mechanism. |
|
7 | 8 |
- rfitness: shifting by subtraction and mu of normal distribution. |
8 | 9 |
- simOGraph: using proper transitive reduction. |
9 |
- - Citation shows Bioinformatics paper. |
|
10 |
+ - simOGraph can also output rT data frames. |
|
11 |
+ - accessible genotypes now done in C++. |
|
10 | 12 |
- Handling of trivial cases in genotFitness. |
11 | 13 |
- Clarified McFarland parameterization. |
12 | 14 |
- Better (and better explained) estimates of simulation error for McFL. |
13 | 15 |
- AND of detectedSizeP and lastMaxDr. |
14 |
- - fixation of a genotype/gene as stopping mechanism. |
|
15 | 16 |
- sampledGenotypes in user code. |
16 | 17 |
- clonePhylog et al: deal with never any descendant. |
17 | 18 |
- samplePop can handle failed simulations graciously. |
18 |
- - accessible genotypes now done in C++. |
|
19 |
- - simOGraph can also output rT data frames. |
|
20 |
- - clonePhylog et al: deal with never any descendant. |
|
21 |
- - samplePop can handle failed simulations graciously. |
|
22 | 19 |
- summary.oncosimulpop can handle failed simulations graciously. |
20 |
+ - Citation shows Bioinformatics paper. |
|
21 |
+ |
|
22 |
+Changes in version 2.5.14 (2017-04-07): |
|
23 |
+ - Fixed repeated entries in NEWS for BioC 3.5. |
|
23 | 24 |
|
24 | 25 |
Changes in version 2.5.13 (2017-04-07): |
25 | 26 |
- Updated NEWS for BioC 3.5. |