Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
E
ecoprimers
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OBITools
  • ecoprimers
  • Wiki
  • Home

Home · Changes

Page history
coissac created page: home authored Nov 10, 2015 by Celine Mercier's avatar Celine Mercier
Hide whitespace changes
Inline Side-by-side
Showing with 23 additions and 5 deletions
+23 -5
  • home.markdown home.markdown +23 -5
  • No files found.
home.markdown
View page @ 580b7411
......@@ -2,12 +2,30 @@ ecoPrimers
==========
- DNA barcoding is a tool for characterizing the species origin using a short sequence from a standard position and agreed upon position in the genome. To be used as a DNA barcode, a genome locus should vary among individuals of the same species only to a minor degree and it should vary among species very quickly. From a practical point of view, a barcode locus should be flanked by two conserved regions to design PCR primers. Several manually discovered barcode loci like COI, rbcL, 18S, 16S and 23S rDNA, or trnH-ps are routinely used today, but no objective function has been described to measure their quality in terms of universality (barcode coverage, Bc ) or in terms of taxonomical discrimination capacity (barcode specificity, Bs ).
- ecoPrimers is a software that finds primers from a set of sequences and is developed by LECA ([LECA](http://www-leca.ujf-grenoble.fr/)). [BR](BR "wikilink")
- ecoPrimers is a software that finds primers from a set of sequences and is developed by the [LECA](http://www-leca.ujf-grenoble.fr/).
- This software is developed by using a more formal approach to qualify a barcode region (Bc , Bs functions) and a new way for identifying barcode loci without a priori on the candidate sequences.
- Our barcode inferring method is the combination of an algorithm to detect conserved regions from a set of full genome sequences to design PCR primers and objective functions to determine the quality of a barcode locus. The definition of these objective functions are taken from ([OBITools](http://metabacoding.org/obitools)). The implementation of "agrep" algorithm to find approximate conserved regions to design primers was taken from ([ecoPCR](http://metabacoding.org/ecopcr)).
- Our barcode inferring method is the combination of an algorithm to detect conserved regions from a set of full genome sequences to design PCR primers and objective functions to determine the quality of a barcode locus. The definition of these objective functions are taken from [OBITools](http://metabacoding.org/obitools). The implementation of "agrep" algorithm to find approximate conserved regions to design primers was taken from [ecoPCR](http://metabacoding.org/ecopcr).
Currently, ecoPrimers is available as a local program that you can download and install on unix like machine.
Currently, ecoPrimers is available as a local program that you can download and install on unix-like machine.
[Documentation](http://metabarcoding.org/obitools/doc/scripts/ecoPrimers.html)
[Download source](https://git.metabarcoding.org/obitools/ecoprimers)
\ No newline at end of file
## Installing ecoPrimers
Download the archive on this page, then untar it, go into the src directory in the newly created directory, and compile:
tar –zxvf ecoPrimers.tar.gz
cd ecoPrimers/src/
make
## Documentation
You can find the documentation [here](http://metabarcoding.org/obitools/doc/scripts/ecoPrimers.html).
## See also
[ecoPCR](https://git.metabarcoding.org/obitools/ecopcr/wikis/home)
## Download
[ecoPrimers.tar.gz](https://git.metabarcoding.org/obitools/ecoprimers/uploads/37c37c8d4dd62f53d66dae7a7f7b2318/ecoPrimers.tar.gz)
Clone repository
  • Home