Learn R Programming

seqinr (version 1.0-4)

getKeyword: Generic Function to get keyword(s) associated to a sequence

Description

This function allows to get keyword(s) associated to a sequence. Method for the class of sequences SeqAcnucWeb.

Usage

getKeyword(object)

Arguments

object
an object of the class SeqAcnucWeb

Value

  • A vector of strings containing the keyword(s) associated to a sequence.

References

citation("seqinr")

See Also

query

Examples

Run this code
s=choosebank.socket("embl")
 query.socket(s$socket,"fc","sp=felis catus et t=cds")
 getKeyword(fc$req[[7]])

Run the code above in your browser using DataLab