Sequence coming from a remote ACNUC data base
as.SeqAcnucWeb
is called by many functions, for instance by query
,
and should not be directly 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) is.SeqAcnucWeb(object)
object |
a string giving the name of a sequence present in the data base |
length |
a string giving the length of the sequence present in the data base |
frame |
a string giving the frame of the sequence present in the data base |
ncbigc |
a string giving the ncbi genetic code of the sequence present in the data base |
as.SeqAcnucWeb
returns an object sequence of class SeqAcnucWeb
. Note
that as from seqinR 1.1-3 the slot socket has been deleted to save space for long lists.
D. Charif, J.R. Lobry
citation("seqinr")
## Not run: # Need internet connection choosebank("emblTP") mylist <- query("mylist", "sp=felis catus et t=cds et o=mitochondrion") stopifnot(is.SeqAcnucWeb(mylist$req[[1]])) closebank() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.