getKeyword | R Documentation |
Get keywords from an ACNUC server.
getKeyword(object, ...)
## S3 method for class 'SeqAcnucWeb'
getKeyword(object, ..., socket = autosocket())
object |
an object of the class |
socket |
an object of class |
... |
further arguments passed to or from other methods |
getKeyword
returns a vector of strings containing the keyword(s)
associated to a sequence.
D. Charif, J.R. Lobry, L. Palmeira
citation("seqinr")
SeqAcnucWeb
#
# List all available methods for getKeyword generic function:
#
methods(getKeyword)
#
# Example of keyword extraction from an ACNUC server:
#
## Not run:
# Need internet connection
choosebank("emblTP")
fc<-query("fc", "sp=felis catus et t=cds et o=mitochondrion")
getKeyword(fc$req[[1]])
# Should be:
# [1] "DIVISION ORG" "RELEASE 62" "CYTOCHROME B" "SOURCE" "CDS"
closebank()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.