| readsangerseq {sangerseqR} | R Documentation |
This is a convienience function for reading Scf or ABIF files into a
sangerseq object, which can be used by the other sangerseq package functions.
It is equivalent to calling read.scf or read.abif
as appropriate and then calling sangerseq.
readsangerseq(filename)
filename |
Location of the file. |
sangerseq s4 object
read.abif, read.scf, abif,
scf, sangerseq
hetsangerseq <- readsangerseq(system.file("extdata",
"heterozygous.ab1",
package = "sangerseqR"))
str(hetsangerseq)
#same for scf files
homosangerseq <- readsangerseq(system.file("extdata",
"homozygous.scf",
package = "sangerseqR"))
str(homosangerseq)