read.scf {sangerseqR}R Documentation

Read Scf Files

Description

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.

Usage

read.scf(filename)

Arguments

filename

Location of the file.

Value

scf s4 object

See Also

read.abif, readsangerseq, scf

Examples

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

[Package sangerseqR version 1.26.0 Index]