getType {seqinr} | R Documentation |
This function allows to get all the sequence's type present in the opened ACNUC databank.
getType(socket)
socket |
An object of class connection returned by choosebank . |
It returns a list containing for each sequence type, a short description.
D. Charif
citation("seqinr")
choosebank
, query
, plot.SeqAcnucWeb
## Not run: s = choosebank("genbank") ## Not run: geType(s$socket)