readSequence {ASEB} | R Documentation |
This function is used to read sequences from FASTA format file.
readSequence(file)
file |
character(1), file name for input. |
This function return an object of SequenceInfo
that
contains sequences and identifiers from FASTA format input file.
A SequenceInfo
object containing sequences and identifiers from input file.
SequenceInfo
,
asebSites
,
asebProteins
,
drawStat
,
drawEScurve
.
ff <- system.file("extdata", "background_sites.fa", package="ASEB") readSequence(ff)