Description Usage Arguments Details Value See Also Examples
This function is used to read sequences from FASTA format file.
1 |
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.
1 2 | ff <- system.file("extdata", "background_sites.fa", package="ASEB")
readSequence(ff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.