Git Product home page Git Product logo

arctic-biogeographical-analysis-pipeline's Introduction

R scripts for the Analysis of Arctic Community Similarity using DNA Barcoding Data

Prerequisite Files

Please see files in the Chironomid Datasets and Arctic Shapefile folders.

For convenience, the links to the files have been provided here as well.

To run either of the biogeography analysis pipelines with the Chironomid datasets, please ensure you have the following files in your current working R directory:

Public BOLD data from October/2017 download:

Greenland

dfNearctic_Oct17.csv (Nearctic must be unzipped first with 7zip software)

Palearctic

Alternatively current BOLD data can be used via a direct download from the BOLD API by running the commands:

dfNearctic <- read_tsv("http://www.boldsystems.org/index.php/API_Public/combined?taxon=Chironomidae&geo=Alaska|Canada&format=tsv")
dfGreenland <- read_tsv("http://www.boldsystems.org/index.php/API_Public/combined?taxon=Chironomidae&geo=Greenland&format=tsv")
dfPalearctic <- read_tsv("http://www.boldsystems.org/index.php/API_Public/combinedtaxon=Chironomidae&geo=Norway|
                          Denmark|Iceland|Sweden|Finland&format=tsv")

For using the datasets provided by Torbjørn Ekrem and Elisabeth Stur (datasets are now publicly available on BOLD):

Taxonomic Data

Sequence Data

Curated Greenland Species Data

Multiple sequence alignments for single-linkage clustering with a 4, 4.5 or 5% cutoff threshold:

Full Dataset Alignment

Subarctic Filtered Alignment

To run the Subarctic Shapefile Filtered Pipeline please ensure the following shapefiles are also included in the current working R directory:

.dbf

.prj

.sbn

.sbx

.shp

.shp.xml

.shx

Installation

Please ensure the following packages are installed in R/RStudio:

install.packages("foreach")
install.packages("ape")
install.packages("readr")
source("https://bioconductor.org/biocLite.R")
biocLite("Biostrings")
biocLite("muscle")
biocLite("DECIPHER")
install.packages("plotly")
install.packages ("ggplot2") 
install.packages("raster")
install.packages("rgdal")
install.packages("rgeos")
install.packages("vegan")
install.packages("tidyr")
install.packages("dplyr")
install.packages("data.table")
install.packages("vegan")

Authors of Pipeline

Matthew Orton

Dr. Sally Adamowicz

Acknowledgments

Dr. Torbjørn Ekrem and Dr. Elisabeth Stur for kindly providing their Chironomid datasets.

arctic-biogeographical-analysis-pipeline's People

Contributors

m-orton avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arctic-biogeographical-analysis-pipeline's Issues

Notes on Pipeline

Hi Sally, you will see I just added the pipeline, I still dont have filtering by shapefile but I did manage to incorporate the private data into the accumulation curve so there is a section of code for that now.

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.