| read.scf {sangerseqR} | R Documentation |
Reads Scf sanger sequencing data files. Scf files are an open source binary
sanger sequencing chromatogram data file
(see http://staden.sourceforge.net/manual/formats_unix_2.html).
The file is read and parsed into an scf class object.
read.scf(filename)
filename |
Location of the file. |
scf s4 object
homoscf <- read.scf(system.file("extdata",
"homozygous.scf",
package = "sangerseqR"))
str(homoscf)