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.
header
Header information from the file.
directory
Directory information from file containing field names and information for reading binary data.
data
List 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.