SeqAcnucWeb {seqinr} | R Documentation |
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
.
as.SeqAcnucWeb(object,length, frame, ncbigc,socket=F) is.SeqAcnucWeb(object)
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 |
as.SeqAcnucWeb
returns an object sequence of class SeqAcnucWeb
D. Charif
citation("seqinr")
## 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]])