| scf-class | R Documentation |
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.
headerHeader information from the file.
sample_pointsTrace data matrix (Order = A, C, G, T).
sequence_probsMatrix of the relative probabilities for each base at each position (Order = A, C, G, T).
basecall_positionsVector containing trace matrix indices for each basecall.
basecallsDNAString object containing the
basecalls.
commentsString containing any comments in the file.
privateRaw binary data containing any private data in the file. Generally not used.
read.scf, abif, sangerseq
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.