Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalization method #192

Open
yuxinPenny opened this issue Oct 18, 2024 · 1 comment
Open

Normalization method #192

yuxinPenny opened this issue Oct 18, 2024 · 1 comment

Comments

@yuxinPenny
Copy link

Dear authors,

I was using the remora API to see the signal refinement results. After generating the IO_Read object from BAM and Pod5 file, I can query the normalized signal. I am wandering how the signal is normalized.

@marcus1487
Copy link
Collaborator

There are several options for signal normalization that are set through the signal mapping refinement object. Depending on these settings several signal normalization methods may be applied. The default is to apply the "rough rescale" method. This ensures that the quantiles of the expected levels (from the k-mer table) match the quantiles of the observed levels (from the signal). Thus the alignment of the io.Read sequence do not need to be well aligned to the bases as is performed by the signal mapping refinement for signal plotting. The implementation of this process can be found here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants