read.scf | 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
read.abif
, readsangerseq
, scf
homoscf <- read.scf(system.file("extdata",
"homozygous.scf",
package = "sangerseqR"))
str(homoscf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.