readFasta | R Documentation |
Reads sequences data in fasta and create DnaSeq
and RnaSeq
instances.
readFasta(infile)
infile |
the name of the fasta file which the data are to be read from. |
This funtion reads DNA and RNA fasta files and generates
valid "DnaSeq"
and "RnaSeq"
instances.
an instance of DnaSeq
or RnaSeq
.
Laurent Gatto lg390@cam.ac.uk
GenericSeq
, DnaSeq
and RnaSeq
.
f <- dir(system.file("extdata",package="sequences"),pattern="fasta",full.names=TRUE)
f
aa <- readFasta(f[1])
aa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.