Description Usage Arguments Value Examples
Remove substitutions that are more likely to be a result of ancient DNA damage (C->T and G->A substitutions).
1 | transversions_only(data, outfile = tempfile(fileext = ".snp"))
|
data |
EIGENSTRAT data object. |
outfile |
Path to an output snp file with coordinates of excluded sites. |
Updated S3 EIGENSTRAT data object with an additional 'exclude' slot specifying the path to the set of SNPs to be removed from a downstream analysis.
1 2 3 4 5 6 7 8 | ## Not run: # download an example genomic data set and prepare it for analysis
snps <- eigenstrat(download_data(dirname = tempdir()))
# perform the calculation only on transversions
snps_tv <- transversions_only(snps)
results_d <- d(W = "French", X = "Dinka", Y = "Altai", Z = "Chimp", data = snps_tv)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.