SeqAcnucWeb {seqinr}R Documentation

Sequence coming from an ACNUC data bases located on the web

Description

as.SeqAcnucWeb is called by many functions, for instance by query.SeqAcnucWeb, and should not directly be called by the user. It creates an object of class SeqAcnucWeb. is.SeqAcnucWeb returns TRUE if the object is of class SeqAcnucWeb.

Usage

as.SeqAcnucWeb(object,length, frame, ncbigc,socket=F)
is.SeqAcnucWeb(object)

Arguments

object a string giving the name of a sequence presents in the data base
length a string giving the length of the sequence presents in the data base
frame a string giving the frame of the sequence presents in the data base
ncbigc a string giving the ncbi genetic code of the sequence presents in the data base
socket an object of class socket

Value

as.SeqAcnucWeb returns an object sequence of class SeqAcnucWeb

Author(s)

D. Charif

References

  citation("seqinr")

Examples

  ## Not run: s = choosebank.socket("genbank")
  ## Not run: query.socket(s$socket,"felis","sp=felis catus et t=cds et o=mitochondrion")
  ## Not run: is.SeqAcnucWeb(felis$req[[1]])

[Package seqinr version 1.0-4 Index]