getKeyword {seqinr} | R Documentation |
This function allows to get keyword(s) associated to a sequence. Method for the class of sequences SeqAcnucWeb
.
getKeyword(object)
object |
an object of the class SeqAcnucWeb |
A vector of strings containing the keyword(s) associated to a sequence.
D. Charif
citation("seqinr")
## Not run: s=choosebank.socket("embl") ## Not run: query.socket(s$socket,"fc","sp=felis catus et t=cds") ## Not run: getKeyword(fc$req[[7]])