Skip to content

moritzlindner/genotypetools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genotypetools

A package to accelerate interpretaition of sanger sequencing based genotyping results

Installation

if (!requireNamespace("remotes", quietly = TRUE)){
  install.packages("remotes")
}
remotes::install_github("moritzlindner/genotypetools")

Description

The main function of this package is \code{sangergenotype()}. It takes a directory or a url to a zip file, cycles through all ab1 files therein and compares the traces to provided reference sequences for wt and mutant alleles. Based on thresholding it can discriminate between wt, het, and hom. Results are returned in a data frame. There are several additional functions which can be helpful when visualizing sanger genotyping data.

Examples

Example 1:

sangergenotype(dir="D:\\", link="http://www.x.zip",wtseq="ACTGAAAA",mutseq="ACCGAAAA", revcomp = TRUE, cutoff = 0.2)
as.data.frame(tmp)

Developed by Moritz Lindner

About

R package to aid sanger sequencing based genotyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages