Skip to main content

A package dedicated to diPWM motif search into a text

Project description

Package diPWM_search

Description

Dedicated package to diPWM_search through a text. Provides different approaches to seek for motifs (diPWM) through a text (for example a sequence) :

  • sliding window (search_semi_naive)
  • enumeration of valids words and AhoCorasick search of that set of words through the text (search_aho)
  • super alphabet search (search_super)

Install

Local installation using git

  • clone the git repository
git clone git@gite.lirmm.fr:rivals/dipwmsearch.git
  • go to the root of the folder
cd dipwm_search
  • use the Makefile to install
make install

Installation using pip

....

Getting started

  • To import the package
import dipwm_search as ds
  • To parse a diPWM file and create an object diPWM
diP = ds.create_diPwm(diPwm_path_file)
  • To use the enumeration and Aho-Corasick search
for start_position, word, score in ds.search_aho_ratio(diP, text, ratio):
	   print(f'{start_position}\t{word}\t{score}')

Documentation

More info in the documentation

License

License type: CeCILL-B More info

Authors

  • Marie Mille (main contributor)
  • Bastien Cazaux
  • Julie Ripoll
  • Eric Rivals

Dependencies

Basics to install

  • pyahocorasick

For tests

  • pytest
  • pandas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dipwmsearch-0.0.1-py3-none-any.whl (29.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page