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
Use matrix operations to calculate COCOA scores for data with discrete regions. For ATAC-seq data, the peak regions can be used. For DNA methylation data, it is probably best to use a tiled genome or create another segmentation, rather than having one row per CpG in the data matrix.
[x] Decide whether to group matrix chunks by region (e.g. chr1 for all samples) or by samples (e.g. all genome for subgroup of samples). Calculating COCOA in chunks might make it possible to not use tiling regions for DNA methylation but instead just keep each CpG as a row in the region set overlap matrix without having a matrix of unfeasible size.
[x] Make region set overlap that can be used for more complex calculations like scoring by percent overlap for multibase data or for single base data, averaging CpGs within each region before averaging all regions.
[x] Input checks for the correct format for functions involved in matrix scoring.
[x] Unit tests for creation of region set overlap matrix and scoring.
[] Update documentation.
[x] Update vignettes.
[x] Decide what output of "runCOCOA" will be.
The text was updated successfully, but these errors were encountered:
Use matrix operations to calculate COCOA scores for data with discrete regions. For ATAC-seq data, the peak regions can be used. For DNA methylation data, it is probably best to use a tiled genome or create another segmentation, rather than having one row per CpG in the data matrix.
[x] Decide whether to group matrix chunks by region (e.g. chr1 for all samples) or by samples (e.g. all genome for subgroup of samples). Calculating COCOA in chunks might make it possible to not use tiling regions for DNA methylation but instead just keep each CpG as a row in the region set overlap matrix without having a matrix of unfeasible size.
[x] Make region set overlap that can be used for more complex calculations like scoring by percent overlap for multibase data or for single base data, averaging CpGs within each region before averaging all regions.
[x] Input checks for the correct format for functions involved in matrix scoring.
[x] Unit tests for creation of region set overlap matrix and scoring.
[] Update documentation.
[x] Update vignettes.
[x] Decide what output of "runCOCOA" will be.
The text was updated successfully, but these errors were encountered: