| abif-class | R Documentation |
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.
headerHeader information from the file.
directoryDirectory information from file containing field names and information for reading binary data.
dataList object containing all data fields and values in file. Included fields vary by machine and basecaller versions.
read.abif, scf, sangerseq
hetab1 <- read.abif(system.file("extdata",
"heterozygous.ab1",
package = "sangerseqR"))
str(hetab1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.