Open denisbeslic opened 6 months ago
Sorry for the delay, that is a bug. Uncalled4 uses pore models scaled to have mean=0 stdv=1, along with fixed parameters to linearly scale to picoamps, which I apply to "event_mean" and "even_stdv", but forgot about "samples". I will implement a fix to scale those eventalign samples soon, but in the meantime you could manually scale them using this formula: pa=23.1105*samples + 92.5619
. Those scaling factors can be found if you use --bam-out
then the BAM header will contain "pa_mean": 92.56193542480469, "pa_stdv": 23.11051368713379
.
Thank you for your help!
Hi,
I have a question regarding the values of the eventalig-flag "samples": The samples column from f5c's eventalign shows normalized pA values. The samples column of uncalled4 shows normalized values (on a scale from -2 to +2). I was wondering how to transform / rescale the samples-values of uncalled4 so that I have normalized pA values.
Command:
Example from uncalled4
Example from f5c/nanopolish