tombo icon indicating copy to clipboard operation
tombo copied to clipboard

Convert dwell data to ms

Open gabbyglee opened this issue 5 years ago • 1 comments

Hello Marcus,

I got dwell time output data using the command text_output browser_files --file-types dwell, but I am not sure what's the meaning of these numbers. Could you let me know how to convert these values to ms?

gabbyglee avatar Jul 29 '20 21:07 gabbyglee

The output dwell value is the raw number of observations output by the sequencer assigned to each base. Different run modes may have different sampling rates, in particular DNA and RNA are different. In order to determine the sampling rate for a particular run, the sampling_rate attribute of the channel_info group in the FAST5 file can be checked. This attribute represents the number of raw samples taken by the sequencer per second. Conversions to different units of time would then be up to the end user.

I hope this helps. Best of luck!

marcus1487 avatar Jul 29 '20 21:07 marcus1487