You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* BUG : Segment.SEQUENZA() : added imputation of NA values in L2R object that made copynumber::aspcf() unable to work (happened with microarrays for flagged probes, not WES).
7
+
* BUG : Segment.SEQUENZA() : BAF filtering wasn't working properly, resulting in wrong BAF segmentation, for all microarrays.
8
+
* BUG : CS.Process.Batch() : wrong variable name in header check.
9
+
* CORR : OS.Process() : corrected wrong handling of sex.chr output was forced as c("X", "Y") instead of variable, default c("chrX", "chrY").
10
+
* CORR : Segment.FACETS() Segment.SEQUENZA() : Added missing meta 'BAF.filter' in the object.
11
+
* CORR : README.md : fixed few links to dependencies, corrected default regex.
12
+
* MOD : Segment.* : Changed the structure of the profile PNG filename to "[samplename].SEG.[segmenter].png" (to ease the use of regex for further steps in batch mode).
13
+
* MOD : ASCN.ff.Batch() Annotate.ff.Batch() : corrected the default regex.
14
+
4
15
v0.3.3 (20180911) *Trinity*
5
16
-----------------
6
-
* NEW : SEQUENZA segmentation plainly implemented, for both L2R+BAF bivariate segmentation [Segment.SEQUENZA()] AND copy number estimation [ASCN.SEQUENZA()].
17
+
* NEW : SEQUENZA segmentation plainly implemented, for both L2R+BAF bivariate segmentation Segment.SEQUENZA() AND copy number estimation ASCN.SEQUENZA().
7
18
* BUG : Segment.ff() : Corrected wrong do.call() call (parameters not given as a list).
* MOD : ASCN.ff() : Suppressed the "segmenter" parameter, which is read from the RDS meta$eacon$segmenter value.
@@ -49,13 +60,13 @@ v0.3.0 (20180724) *PapoQueen*
49
60
* All : Removed "EaCoN." prefix from most functions (less self-centric...)
50
61
* All : Took care of vectors and columns that could be converted to factor or integer (to free some RAM up).
51
62
* All : Added missing support for manual PELT penalty (only asymptotic mode was considered when SER.value was numeric).
52
-
* SNP6 : Revamped BAF homozygous calling and rescaling.
63
+
* SNP6 : Revamped BAF homozygous calling and rescaling.
53
64
* Defined the novel sets of default parameters for all supported technologies.
54
65
* Redacted the README.md
55
66
56
67
v0.2.13 (20180531) *SunIsBack*
57
68
------------------
58
-
* WES : Added more data to the BIN RDS output (counts with the reference genome nucleotide for both test and ref BAMs). This is in order to 1) filter out on a minimum alternative allele count 2) allow the use of other segmenters that do not rely on BAF but rather on AD (like PSCBS) or logOR (like FACETS).
69
+
* WES : Added more data to the BIN RDS output (counts with the reference genome nucleotide for both test and ref BAMs). This is in order to 1) filter out on a minimum alternative allele count 2) allow the use of other segmenters that do not rely on BAF but rather on AD (like PSCBS) or logOR (like FACETS).
59
70
* Modified the subthreading scheme for EaCoN.WES.Bin() : now each subthread has its own connection to the BAM files. This allows each thread to work fully (but increases simultaneous IO).
60
71
* Now each SNP variant has its corresponding bin index, which will allow to perform density-based selection like in FACETS.
- To perform the same using the **FACETS** segmenter, just change the value of the _segmenter_ parameter !
350
+
- To perform the same using the **FACETS** segmenter, just change the value of the _segmenter_ parameter, but **please remember that FACETS will only work with WES data !**
351
351
352
352
- I suppose you guessed how to do the same with **SEQUENZA**, right ? ;)
- To perform the same using results obtained using the **FACETS** or **SEQUENZA** segmenter, just edit the _pattern_ argument with the name of corresponding segmenter.
- To perform the same using results obtained using the **FACETS** or **SEQUENZA** segmenter, just edit the _pattern_ argument with the name of corresponding segmenter.
374
+
370
375
### **Piped**
371
376
372
377
EaCoN has been implemented in a way that one can also choose to launch the full workflow in a single command line for a single sample, using pipes from the [magrittr](https://cran.r-project.org/web/packages/magrittr/vignettes/magrittr.html) package. However, this is not recommended as default use : even though EaCoN is provided with recommandations that should fit most case, the user may have to deal with particular profiles that would require parameter tweaking, which is not possible in piped mode...
- For each step, default values for each data source already correspond to recommendations. However, for the common **segmentation** step using the ASCAT segmenter, adaptation to the data source is recommended, by changing few parameters :
0 commit comments