Learn R Programming

sangerseqR (version 1.8.2)

read.scf: 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

See Also

read.abif, readsangerseq, scf

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