Description Usage Arguments Examples
Read fasta, return a list of 'SeqFasta' object
1 | read.fasta(fname)
|
fname |
filename |
1 2 3 | file = system.file('data/ref.fa', package = 'seqtools')
fasta = read.fasta(file)
head(fasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.