saezlab / FUNKI

FUNctional analysis worKflows Interface

Home Page:https://saezlab.github.io/FUNKI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to FUNKI

Welcome to FUNKI, the omics FUNctional analysis worKflows Interface tool. This Python package is intended to integrate different omic data analysis workflows including a graphical user interface (GUI), but also as a standalone Python package that users can integrate into their existing pipelines.

Disclaimer

This package is currently in development and features are being added regularly. If you have any ideas/suggestions or if you find any bug, please feel free to open an GitHub issue. You can also contribute via pull request.

Please note that the GUI is not yet implemented and FUNKI can only be accessible as a Python package.

Installation

To install FUNKI in your local computer you can use pip as follows:

pip install git+https://github.com/saezlab/funki

Usage

Everything within FUNKI is works around an instance of a DataSet object. This class in turn inherits (i.e. is built on top of) the anndata.AnnData class

Documentation

You can find the full documentation in the FUNKI documentation webpage.

About

FUNctional analysis worKflows Interface

https://saezlab.github.io/FUNKI

License:GNU General Public License v3.0


Languages

Language:Python 100.0%