Metadata-Version: 2.1
Name: gating
Version: 0.0.0
Summary: Code to perform gating in data from csv tables
Author-email: Luiza Cherobini Pereira <luiza.cp1998@gmail.com>
License: MIT-License
Keywords: gate,graph
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: matplotlib (==3.7.1)
Requires-Dist: pandas (==1.4.0)
Requires-Dist: seaborn (==0.11.2)
Requires-Dist: importlib-metadata ; python_version < "3.8"

<div id="top"></div>


<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/github_username/repo_name">
  </a>

<h1 align="center">Gating</h1>

  <p align="center">
    Gating is an simple application to plot data from a csv and create and allow users to gate the data.
    <br>
  </p>
</div>


<!-- GETTING STARTED -->
## Getting Started

### Installation

You can pip intall the package by typing any of the following:
   ```sh
   pip install gating 
   ```
   ```sh
   pip install https://github.com/Luiza-Cp/Gating
   ```


<p align="right">(<a href="#top">back to top</a>)</p>


<!-- USAGE EXAMPLES -->
## Usage

 ```sh
   gating -path -path_to_save -x -y
   ```
 Where:
 * path is the path to the csv fle containig data to be plot;
 * path_to_save is the path where gated data will be saved;
 * x is the nameof the column to be plotted in the X axis;
 * y is the nameof the column to be plotted in the Y axis.
 

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

<p align="right">(<a href="#top">back to top</a>)</p>



<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

<p align="right">(<a href="#top">back to top</a>)</p>



<!-- CONTACT -->
## Contact

Luiza Cherobini Pereira  - luiza.cp1998@gmail.com

Project Link: https://github.com/Luiza-Cp/Gating

<p align="right">(<a href="#top">back to top</a>)</p>


