makegenotypeidentifiers: A function to extract the genotype based on ab1 files

Description Usage Arguments Examples

View source: R/makegenotypeidentifiers.R

Description

This function retrieves ab1 files either from a link or from a directory and compares the sequence to .

Usage

1
makegenotypeidentifiers(litter_list, size_list, alpha = TRUE)

Arguments

litter_list

A list of litter names

size_list

Corresponding list with number of pubs

alpha

Make alphabetic instead of numeric identifiers

Examples

1
identifiers<-makegenotypeidentifiers(c("KCAW4.4","KCAW5.2"),c(8,16),alpha=TRUE)

moritzlindner/genotypetools documentation built on March 7, 2021, 12:17 a.m.