Skip to content

Commit

Permalink
Merge pull request #146 from NESCent/zkamvar-patch-1
Browse files Browse the repository at this point in the history
Update PopDiffSequenceData.Rmd
  • Loading branch information
zkamvar committed Feb 22, 2016
2 parents 5df12a9 + c50965e commit 1a3196c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions use/PopDiffSequenceData.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ Now, we will discuss in more detail how to assess population genetic structure f

# Data

Data used for the following analyses come from one mitochondrial gene (Cytochrome Oxidase I = ['Ebom_mt.fas'](https://github.com/nescent/popgenInfo/blob/master/data/Ebom_mt.fas)) and one nuclear gene (Calcium/Calmodulin-Dependent Protein Kinase II = ['Ebom_CAD.fas'](https://github.com/nescent/popgenInfo/blob/master/data/Ebom_CAD.fas)) of the orchid bee Eulaema bombiformis.
Data used for the following analyses come from one mitochondrial gene (Cytochrome Oxidase I = ['Ebom_mt.fas'](https://github.com/nescent/popgenInfo/blob/master/data/Ebom_mt.fas)) and one nuclear gene (Calcium/Calmodulin-Dependent Protein Kinase II = ['Ebom_CAD.fas'](https://github.com/nescent/popgenInfo/blob/master/data/Ebom_CAD.fas)) of the orchid bee *Eulaema bombiformis*.

# Resources/Packages

```{r, packages, message = FALSE}
library(apex)
library(adegenet)
library(ape)
library(pegas)
library(hierfstat)
library(mmod)
library(poppr)
library("apex")
library("adegenet")
library("ape")
library("pegas")
library("hierfstat")
library("mmod")
library("poppr")
```

# Import data
Expand Down

0 comments on commit 1a3196c

Please sign in to comment.