Skip to content

MichielTaw/QuickMotif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickMotif

The aim of this software is to make motif analysis easier and faster. The software takes as input fasta files and can help you to:

Perform Gibbs sampling for a specific k-mer length Analyze the frequency of nucleotides Parse DNA Generate random sequences of length k

Example of Gibbs sampling matrix

alt text

Installation

To start with you can clone the repository :

  git clone https://github.com/MichielTaw/QuickMotif.git

Import function

import QuickMotif
from QuickMotif.src.fasta import Fasta
from QuickMotif.src.helper import generate_k_random, random_sequence_generator, update_k_mers
from QuickMotif.src.matrix import Matrix
from QuickMotif.src.sequence import Sequence
}

Tutorial

**For more check the Tutorial.ipynb

Authors

Hi, I'm Michiel! 👋

I'm a PharmaD student at university of Paris, don't hesitate to contact me for any question about the software at this mail : [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published