merge_arms_format | R Documentation |
Merges chromosome-arm level analysis results into chromosome level format
merge_arms_format(x, filter_diff = NULL)
x |
object of class qploidy_area_ploidy_estimation |
filter_diff |
filter by difference on area proportion between first and second place |
An updated object of class 'qploidy_area_ploidy_estimation' with the following modifications:
- 'ploidy': A matrix where chromosome-arm level results are merged into chromosome-level format. If 'filter_diff' is provided, ploidy values with differences below the threshold are set to 'NA'.
The structure of the returned object remains consistent with the input, but with updated ploidy information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.