-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
68 lines (57 loc) · 3.29 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Change log
Notable changes to this project will be documented in this file.
## [2.4.1] -- 2020-10-27
- Reference added for newly release COCOA paper
- New function plotAnnoScoreDist added to visualize trends in COCOA score results.
- Median scoring method added for calculating COCOA scores
## [2.0.0] -- 2019-10-30
- Supervised analysis functionality added
- Permutation testing for statistical significance
- Major changes to user interface: parameter/function/output column name changes
- runCOCOA => aggregateSignalGRList
- loadingMat => signal
- PCsToAnnotate => signalCol
- orderByPC => orderByCol
- regionGR => regionSet (some functions already had regionSet param)
- pcScores => sampleScores
- signalAlongPC => signalAlongAxis
- cytosine_coverage (column name in output of runCOCOA()) => signalCoverage
- region_coverage (column name in output of runCOCOA())=> regionSetCoverage
- aggregateLoadings => aggregateSignal
- getLoadingProfile => getMetaRegionProfile
- total_region_number => totalRegionNumber
- mean_region_size => meanRegionSize
- regionQuantileByPC => regionQuantileByTargetVar
- new column added to output of runCOCOA (only for multi-base data): sumProportionOverlap
- for getMetaRegionProfile, scoringMetric => aggrMethod
- for signalAlongAxis, pcScores => sampleScores
- Addition of functionality for region-based data such as ATAC-seq
- default setting automatically detects whether data is single base(e.g. DNA methylation or multiple bases like ATAC-seq.
- different scoring method for single base vs multiple base data
- Improved memory use/efficiency
- Changed package data
- Removed brcaLoadings1 object
- Added DNA methylation data for more samples
- Added ATAC-seq counts and associated coordinates
- Added patient metadata for BRCA patients
- Major changes to vignettes
- reorganized vignettes into one long vignette
- added ATAC-seq section
- added supervised COCOA section
- modified unsupervised DNA methylation section
- Other changes
- absVal parameter added for several functions (aggregateLoadings, getLoadingProfile, runCOCOA)
- getMetaRegionProfile: default binNum changed from 25 to 21
- new function: getTopRegions()
- add fitdistrplus and simpleCache dependencies
- wilcoxon rank sum scoring method deprecated
## [1.0.2] -- 2019-03-06
- Bug fix: getLoadingProfile() had error when no overlap between signalCoord and regionSet. Now returns NULL in that case.
- Bug fix: rsRankingIndex() was sorting NA's to the top of results. This is confusing when selecting top region sets for further analysis or visualization. Now NA's are sorted to the bottom.
- Bug fix: rsScoreHeatmap() also was sorting NA's to the top of results, which resulted in potentially excluding the real top region sets from the plot. Now NA's are sorted to the bottom.
## [0.99.9] -- 2018-10-29
- First release version
- Name changed to COCOA from PCRSA (Principal Component Region Set Analysis)
- Other changes to UI including function names and parameters
## [0.99.0] -- 2018-09-05
- Submitted to Bioconductor