Skip to main content

Finds target sites for the miRNAs in genomic sequences.

Project description

metaRNA finds potential target sites for the microRNAs in genomic sequences. It is built on miRanda, an algorithm for detection and ranking of the targets of microRNA.

Build Status
PyPi Status
Python Versions
License

Quickstart

from metarna.target_scan import scan, free_energy

gene_sequence = (
    "ACAAGATGCCATTGTCCCCCGGCCTCCTGCTGCTGCTGCTCTCCGGGGCCACGGCCACCGCTGCCCTGCC"
    "CCTGGAGGGTGGCCCCACCGGCCGAGACAGCGAGCATATGCAGGAAGCGGCAGGAATAAGGAAAAGCAGC"
    "CTCCTGACTTTCCTCGCTTGGTGGTTTGAGTGGACCTCCCAGGCCAGTGCCGGGCCCCTCATAGGAGAGG"
)

mirna_sequence = "UGGCGAUUUUGGAACUCAAUGGCA"

# Get free Energy value:
delta_g = free_energy(gene_sequence, mirna_sequence)

# Get full targets information:
targets = scan(gene_sequence, mirna_sequence)

Installation

metaRNA supports Python versions 2.7, 3.3, 3.4, and 3.5. It requires the Vienna RNA package which must be installed before installing metaRNA.

After Intalling Vienna RNA package, metaRNA may be installed simply by executing:

$ pip install metarna

metaRNA is currently tested on Mac OSX and Ubuntu, however other Unix based systems should be supported. It isn’t tested on Windows yet.

Description

The miRanda algorithm works in two phases. In phase one, the potential target sites are reported based on query microRNA and reference (CDNA) sequence. These targets are scored and the high scoring alignments are then used in second phase, where the folding routines of RNAlib library are utilised to calculate the minimum free energy of the resulting combinations.

Further Information

Citing in publications

Please cite the original miRanda library, and Vienna RNA library. The citations can be obtained from the links above.

Project details


Download files

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

Source Distribution

metarna-4.0.3.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

metarna-4.0.3-cp35-cp35m-macosx_10_11_x86_64.whl (101.6 kB view details)

Uploaded CPython 3.5mmacOS 10.11+ x86-64

File details

Details for the file metarna-4.0.3.tar.gz.

File metadata

  • Download URL: metarna-4.0.3.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for metarna-4.0.3.tar.gz
Algorithm Hash digest
SHA256 599ff69510dca8078aa4e78732d5500ded123cbc26ecfa595364a61a30c54d7a
MD5 2a47669a7728f882cbdc641aafc3e74d
BLAKE2b-256 54f668db9aba5f0c6e27a2f265da6862ac2baf97425375fe3288a43b4a1b6ed1

See more details on using hashes here.

File details

Details for the file metarna-4.0.3-cp35-cp35m-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for metarna-4.0.3-cp35-cp35m-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 2c850063289da3662e1eab3809b3f14cc7f7960cfa096b8327329104ca88eebd
MD5 55f3355689a57483596f171df62aa178
BLAKE2b-256 d7d2ecea1ac9605b16bdab1a74fad85894e9f8ea214c946e5112d10a64581cae

See more details on using hashes here.

Supported by

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