Learn R Programming

sangerseqR (version 1.8.2)

abif-class: ABIF Class Objects

Description

S4 object returned by read.abif containing all fields in the ABIF file format (see http://home.appliedbiosystems.com/support/software_community/ ABIF_File_Format.pdf). Data fields vary by machine and basecaller versions. Must be converted to sangerseq to be used in other functions from this package.

Arguments

See Also

read.abif, scf, sangerseq

Examples

Run this code
hetab1 <- read.abif(system.file("extdata",
                                "heterozygous.ab1",
                                package = "sangerseqR"))
str(hetab1)

Run the code above in your browser using DataLab