read_in_Master_SNPs_data: Read in GrandMasterSNPs output

Description Usage Arguments Value Examples

Description

This reads in single nucleotide polymorphism markers generated by the GrandMasterSNPs Perl program.

Usage

1

Arguments

x

This is a tab delimited text file from GrandMasterSNPs Perl program

...

Other arguments passed to the function

Value

A data frame of GrandMasterSNPs markers

Examples

1
2
3
4
##this should be used with the output of the PERL pipeline "GrandMasterSNPs"
marker_file <- system.file("extdata/filtered_markers.txt", package = "genotypeR")

GrandMasterSNPs_markers  <- read_in_Master_SNPs_data(marker_file)

StevisonLab/genotypeR documentation built on May 5, 2019, 8 p.m.