Skip to content

rosalindfranklininstitute/GENNUS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENNUS - Generative Approach for Nucleotide Sequences

GENNUS is a set of generative approaches designed to create synthetic nucleotide sequences.

This set contains MIRGAN and SMOTE_DNA.

Contents

Downloading

You can download GENNUS in two different ways:

1. Direct Download

You can download the repository as a ZIP file and unpack it. This can be done via a web browser or via the command line.

wget https://github.com/chiquitto/GENNUS/archive/refs/heads/main.zip
unzip GENNUS-main.zip

2. Cloning the GIT repository

Alternatively, you can clone the repository using Git:

git clone https://github.com/chiquitto/GENNUS.git

Usage

Detailed instructions on how to use each of the generative methods of GENNUS are provided below.

MIRGAN

MIRGAN is a Generative Adversarial Networks-based approach designed to create synthetic Non-coding RNAs (ncRNAs) nucleotide sequences.

For detailed usage instructions, refer to MIRGAN.

SMOTE_DNA

SMOTE_DNA is a Synthetic Minority Over-sampling TEchnique (SMOTE)-based adapted to generate synthetic nucleotide sequence data.

For detailed usage instructions, refer to SMOTE_DNA.

How to cite

We ask you to cite the main publication related to this software whenever you use any part of this software in any scientific publication.

You may use the following .bibtex to cite the main publication of this software:

@article{ bla bla bla }

License

GNU General Public License v2.0

Contact

🐛🆘💬

To report bugs, to ask for help and to give any feedback, please contact Alisson G. Chiquitto (chiquitto@gmail.com) or Alexandre R. Paschoal (paschoal@utfpr.edu.br).

Frequently Asked Questions (FAQ)

[Q1] What Operation System (OS) do I need to use GENNUS?

  • We tested GENNUS in Linux Ubuntu 20.04 LTS. However, we believe that GENNUS should work on any UNIX OS able to have all dependencies installed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 54.2%
  • Python 45.8%