fastaDescription {GeneR} | R Documentation |
Reads the description field of a fasta sequence
fastaDescription(file, name="")
file |
String/scalar, File name of the fasta sequences bank |
name |
String/scalar, Name of the sequence whose description must be retrieved, (if not specified : first sequence of the file) |
The description field (the remaining of the heading line after the first space). if error : NULL
A. Lucas
seqNcbi("BY608190",file="BY608190.fa") fastaDescription(file="BY608190.fa",name="gi|26943372|gb|BY608190.1|BY608190")