This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Plot an ionic current time-series. | |
:Created: 02/26/2015 | |
:Author: Arvind Balijepalli <[email protected]> | |
:ChangeLog: | |
.. line-block:: | |
02/26/15 AB Initial version | |
""" | |
import mosaic.abfTrajIO as abf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Estimate the channel gating duration in a single molecule nanopore experiment. | |
:Created: 02/26/2015 | |
:Author: Arvind Balijepalli <[email protected]> | |
:ChangeLog: | |
.. line-block:: | |
02/26/15 AB Initial version | |
""" | |
import mosaic.abfTrajIO as abf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Plot the results of a MOSAIC analysis. | |
:Created: 02/26/2015 | |
:Author: Arvind Balijepalli <[email protected]> | |
:ChangeLog: | |
.. line-block:: | |
02/26/15 AB Initial version | |
""" | |
import mosaic.qdfTrajIO as qdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Analyze synthetic multi-state single molecule data generated by syntheticSingleMoleculeData.py | |
Algorithm settings are imported from .settings file placed in the data directory. | |
For a description of the settings, please see https://usnistgov.github.io/mosaic/html/doc/settingsFile.html | |
:Created: 03/05/2015 | |
:Author: Arvind Balijepalli <arvind.balijepalli@nist.gov> | |
:ChangeLog: | |
.. line-block:: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Extend the MOSAIC ConvertToCSV class to export arbitrary binary files. | |
:Created: 02/25/2015 | |
:Author: Arvind Balijepalli <[email protected]> | |
:ChangeLog: | |
.. line-block:: | |
02/25/15 AB Initial version | |
""" | |
import mosaic.ConvertToCSV as conv |