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
At the moment the only option for selecting karyotypes in the phasing procedure is a cut-off on the minimum number of mutations. It would be useful for the user to additionally be able to select desired karyotypes.
For instance, I want to focus on diploid homozygous (karyotype "2:0") segments and find the multiplicity of mutations thereof.
The text was updated successfully, but these errors were encountered:
I am sorry but I am not in favour of this because there is already a very neat way of getting the same and this means that this is unnecessary, and therefore unrequired.
x %>%
subset_by_segment_karyotype("2:0") %>%
advanced_phasing()
Instead, dropping analyses results is done for the same logic: avoiding that we have to manage complicated scenarios.
Example:
you have karyotype "2:1" and "1:0", you do peak analysis
you subset to"2:1"
your peak analysis contains results (in plots, tables etc) for "1:0" data that is no longer inside the object
At the moment the only option for selecting karyotypes in the phasing procedure is a cut-off on the minimum number of mutations. It would be useful for the user to additionally be able to select desired karyotypes.
For instance, I want to focus on diploid homozygous (karyotype "2:0") segments and find the multiplicity of mutations thereof.
The text was updated successfully, but these errors were encountered: