Metadata-Version: 2.1
Name: kfwy
Version: 0.0.1
Summary: A data analysis package for the KFW lab
Home-page: https://github.com/tiffkwin/KFW
Author: Tiffany Nguyen
License: UNKNOWN
Description: # KFWY Data Analysis Tool
        
        > This is a module that automatically analyzes data for assays. 
        
        ## Tools available
        1. Membrane Potential
        2. NADH Redox
        3. H2O2
        4. Membrane Potential Merge (WIP)
        5. NADH Redox Merge (WIP)
        6. H2O2 Merge (WIP)
        
        ## Using the data analysis tools (tools 1-3)
        1. Place the raw data files (.txt) to be analyzed in a folder.
        2. Open the command line
        3. Navigate to the folder 
            * e.g. if folder path is users/data_analysis, then type the command "cd users/data_analysis" without quotations
        4. Type command "python -m kfwy" without quotations to run
        
        ## Using merge tools (tools 4-6) ((WIP))
        1. Place the excel files (.xlsx) to be merged in a folder.
        2. Open the command line
        3. Navigate to the folder 
            * e.g. if folder path is users/data_analysis, then type the command "cd users/data_analysis" without quotations
        4. Type command "python -m kfwy" without quotations to run
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
