Giter Site home page Giter Site logo

lkremer / tecov Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 7 KB

A pipeline to to determine the repeat content of genes and their neighboring regions.

License: MIT License

Python 100.00%
genomics genome transposable-elements repeatmasker bioinformatics-pipeline

tecov's Introduction

TEcov, a pipeline to to determine the repeat content of genes and their neighboring regions.

Requires a gene annotation in ".gff" format and a RepeatMasker repeat annotation in ".out" format. Reports the repeat content (% of base pairs covered) of

  • genic regions (exons, introns, untranslated regions)
  • promoter regions (upstream regions)
  • flanking regions (up- and downstream regions)

The results can be used to study the influence of repetetive content such as transposable elements (TEs) on gene expression or gene family evolution.

Requirements

TEcov requires Python3.4+ and the Python package pyfaidx:

pip3 install pyfaidx

You also need to install bedtools.

Usage

usage: TEcov.py [-h] [-f FLANK_SIZE] [-j JOBNAME] [-m MIN_BASEPAIRS]
                [--gene_gff_feat GENE_GFF_FEAT] [--cds_gff_feat CDS_GFF_FEAT]
                species_gff te_annotation genome

A pipeline to determine the repeat content (e.g. content of transposable
elements) of genes and their neighboring regions. Requires a gene annotation
and a repeatmasker repeat annotation. Reports the repeat content (%bp covered)
of genic regions (exons, introns, UTRs), promoter (upstream) regions and
flanking (up- and downstream) regions.

positional arguments:
  species_gff           path to the species' genome annotation (.gff, only
                        longest isoforms!)
  te_annotation         path to the species' TE annotation (repeatmasker .out
                        but NOT .gff)
  genome                path to the species' genome (.fasta).

optional arguments:
  -h, --help            show this help message and exit
  -f FLANK_SIZE, --flank_size FLANK_SIZE
                        how long the flanking regions should be (in bp,
                        default is 10.000 bp)
  -j JOBNAME, --jobname JOBNAME
                        name a directory to which all intermediate files will
                        be dumped
  -m MIN_BASEPAIRS, --min_basepairs MIN_BASEPAIRS
                        percentages get meaningless when the overlapped
                        sequences are very short. This value defines the
                        minimun sequence length (in bp). Shorter sequences
                        will be "NA" (default: 200 bp)
  --gene_gff_feat GENE_GFF_FEAT
                        the name of the GFF feature that denotes the location
                        of genes (default: "gene")
  --cds_gff_feat CDS_GFF_FEAT
                        the name of the GFF feature that denotes the location
                        of CDSs (default: "cds")

tecov's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wook2014

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.