- Fix bug in
reduce_to_regions
(see issue #6)
- Fix bug in
compute_AUC
- Add
percentiles
parameter for a more flexible selection of sites
- Even faster cluster reduction
- Fix bug: "top" method retrieved same sites of "hyper"
- Faster and simplier cluster reduction in
select_informative_sites
- Removed internal functions:
is_too_close
cluster_reduction
- Added variable
method
toselect_informative_sites
andselect_informative_regions
to select even, top, hyper or hypo methylated sites.
-
PAMES have been rewritten to make the code simpler and the analysis run faster. Thanks to GMFranceschini for suggesting to use
GenomicRanges
. -
Removed function:
compute_islands_indexes.R
-
Renamed functions:
reduce_to_islands.R
->reduce_to_regions.R
-
Renamed data:
cpg_islands_df
->cpg_islands
-
Removed data:
bs_toy_indexes
- BUG correction: setting na_threshold to be greater than 1 didn't generate an error (and resulted as having na_threshold set to 0.99)
- Faster compute_AUC thanks to Wilcoxon method
- Added parallel computation to
compute_AUC
with argumentncores
.
cpg_islands
has been renamed ascpg_islands_df
bs_tumor_toy_data
andbs_control_toy_data
has been merged intobs_toy_matrix
- All beta tables are now required to be percentage values.