Learn R Programming

sangerseqR (version 1.8.2)

scf-class: Scf Class Objects

Description

S4 object returned by read.scf containing all fields in the SCF file format (see http://staden.sourceforge.net/manual/formats_unix_2.html). Must be converted to sangerseq to be used in other functions from this package.

Arguments

See Also

read.scf, abif, sangerseq

Examples

Run this code
homoscf <- read.scf(system.file("extdata",
                                "homozygous.scf",
                                package = "sangerseqR"))
str(homoscf)

Run the code above in your browser using DataLab