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
For a project analysing ONT data, we wanted to check the impact of using different cut-offs ("--np_tresh") in the bam2pat function. I.e. we expect that for a more stringent cut-off less CpGs to be called as methylated. However, after loading the beta files into R (using the code from the docs), we also find differences in coverages between different cut-offs although the number of covered CpGs should be the same?
E.g.: with "head(content_25)", the first 6 CpGs using a --np_tresh 0.25 and "head(content_75)", the first 6 CpGs using a --np_tresh 0.75
For a project analysing ONT data, we wanted to check the impact of using different cut-offs ("--np_tresh") in the bam2pat function. I.e. we expect that for a more stringent cut-off less CpGs to be called as methylated. However, after loading the beta files into R (using the code from the docs), we also find differences in coverages between different cut-offs although the number of covered CpGs should be the same?
E.g.: with "head(content_25)", the first 6 CpGs using a --np_tresh 0.25 and "head(content_75)", the first 6 CpGs using a --np_tresh 0.75
The text was updated successfully, but these errors were encountered: