Skip to content

R mased batch sequence downloader, with primer development and in silico evaluation capabilities

Notifications You must be signed in to change notification settings

VascoElbrecht/PrimerMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 28, 2016
f457704 · Sep 28, 2016

History

47 Commits
Sep 28, 2016
Sep 28, 2016
Sep 1, 2016
Aug 11, 2015
Sep 28, 2016

Repository files navigation

PrimerMiner

PrimerMiner is a R based batch sequence downloader to design and verify metabarcoding primers. Sequences for a specified marker (e.g. COI) are obtained from NCBI and BOLD and clustered into Operational taxonomic units (OTU) to reduce bias introduced by over represented sequences in the data bases.

PrimerMiner requires an internet connection for downloading sequences and was only tested on MacOSX (should work on linux as well).

Documentation and video tutorials

Please take a look at the PrimerMiner wiki for detailed package documentation and tutorials. We are happy to help should you run into any issues or run into problems (contact: [email protected]).

Quick guide

  1. Installation install.packages("path_to_package_file", repos = NULL, type="source", dependencies=T) Load the package with library("PrimerMiner"). You find al the commands and an executable example in the Sample_Data!

  2. Batch downloading sequences Generate the configuration file by runing batch_config("config.txt")in R. Edit this file to review and change the default settings. Create a csv table containing the groups (and their subgroups if you want to download a subset of that group) for which data should be downloaded. See "taxa_small.csv" in the folder Sample_Data.

  3. Batch download sequence data To start the batch download, run batch_download("taxa_small.csv", "config.txt") giving the name of the taxon table and configuration file.

  4. Bild alignments Align OTUs and extract region interesting for primer development e.g. with Geneious and MAFFT. Export the aligned sequences as a fasta file. You can apply selective trimming on the edges to remove primer sequences from the alignment as well as remove gaps from the alignemnt with the selectivetrim() function.

  5. Visualise alignments With plot_alignments(path_to_fasta_alignment_files) you can produce plots of the alignments, to use for primer design and visualisation (see Poster_introduction.pdf for an example).

  6. In silico Primer evaluations are now available, see the wiki for more information.

PrePrint for this package

Elbrecht & Leese (2016). PrimerMiner: an R package for development and in silico validation of DNA metabarcoding primers - PeerJ PrePrints

Contact

Vasco Elbrecht - [email protected]

About

R mased batch sequence downloader, with primer development and in silico evaluation capabilities

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages