Skip to content

Commit 7a87c45

Browse files
committed
Fix NEWS
1 parent 9e7dad7 commit 7a87c45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PAMES v3.0.0 aka PAMES2
2-
PAMES has been completely rewritten to work in with our new framework [MiMeSis](https://github.com/cgplab/MIMESIS)
2+
PAMES has been completely rewritten to work with our new framework [MiMeSis](https://github.com/cgplab/MIMESIS)
33
Major changes:
4-
- all functions now return a data.frame instead of a vector: according to our experience, data.frames works integrate better with pipelines;
5-
- `get_AUC` replace `compute_AUC` and takes as input a matrix of beta-values as originally produced by Illumina Beadchips (instead of rounded percentages);
4+
- all functions now return a data.frame instead of a vector: according to our experience, data.frames integrate better with pipelines;
5+
- `get_AUC` replaces `compute_AUC` and takes as input a matrix of beta-values as originally produced by Illumina Beadchips (instead of rounded percentages);
66
- `find_informative_sites` and `find_informative_regions` replace `select_informative_sites` and `select_informative_regions`, respectively, and integrate the new `control_constraints` parameter;
7-
- `get_purity` replace `compute_purity` and as input a data.frame (generated by `find_informative_sites`/`find_informative_regions`).
7+
- `get_purity` replace `compute_purity` and takes as input a data.frame (generated by `find_informative_sites`/`find_informative_regions`).
88

99
# PAMES v2.7.2
1010
- rename `median_of_regions`: `reduce_region`

0 commit comments

Comments
 (0)