Skip to content

bbglab/openvariant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51bad7b · Jul 26, 2024
Aug 4, 2022
Jul 25, 2024
Jul 25, 2024
Mar 13, 2024
Mar 12, 2024
Jul 29, 2022
Mar 21, 2024
Jul 31, 2022
Jul 20, 2022
Oct 7, 2021
Oct 8, 2021
Aug 4, 2022
Jul 1, 2022
Aug 1, 2022
Jul 31, 2022
Jul 31, 2022
Aug 2, 2022
Mar 21, 2024
Jul 24, 2024
Jul 31, 2022

Repository files navigation

OpenVariant is a comprehensive Python package that provides different functionalities to read, parse and operate different multiple input file formats (e. g. tsv, csv, vcf, maf, bed), being able to customize the output.

Its aim is being able to manage a ton of data represented in multiple ways and be able to build an unified output with a proper annotation file structure. This package was thought to work with any kind of data that can be represented as a table.

Documentation: https://openvariant.readthedocs.io

Features

OpenVariant offers a toolkit to transform and operate the parsed input data. We will be able to apply different functionalities on our parsed result some of them are the following ones:

  • Find files
  • Read and save
  • Cat
  • Group by
  • Count
  • Command-line interface (CLI)
  • Plugins

Check User guide in OpenVariant's documentation to find all the information about how it works and how can be applied the different functionalities.

Installation

It requires Python 3 or higher and can be installed as PyPI package with:

pip install open-variant

For more details check our Installation section.

Examples

We offer a bunch of Examples to we be able to understand how OpenVariant can be applied. Also, check Examples section in OpenVariant's documentation.

Contributing

Feel free to contribute as much as you want to the code.

See CONTRIBUTING for guidelines on contributing and respect your behaviour specified at CODE OF CONDUCT.

License

The software is licensed under BSD-3-Clause.