getKeyword {seqinr}R Documentation

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.

Author(s)

D. Charif

References

  To have an overview of the seqinR's functionnality, please consult this vignette: Charif, D., Lobry, J.R. (2005) SeqinR: a contributed package to the R project for statistical computing devoted to biological sequences retrieval and analysis. Springer Verlag, Biological and Medical Physics/Biomedical Series, in preparation.

See Also

query

Examples

 ## 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]])

[Package seqinr version 1.0-3 Index]