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
To have an overview of the seqinR's functionnality, please consult this vignette:
Charif, D., Lobry, J.R. (2005) SeqinR: a contributed package to the R project for statistical
computing devoted to biological sequences retrieval and analysis. Springer Verlag, Biological and Medical Physics/Biomedical Series, in preparation.
choosebank
, query
, plot.SeqAcnucWeb
## Not run: s = choosebank("genbank") ## Not run: geType(s$socket)