getType {seqinr} | R Documentation |
This function returns all subsequence types (e.g. CDS, TRNA) present in an opened ACNUC database, using default database if no socket is provided.
getType(socket = autosocket())
socket |
an object of class |
a list containing a short description for each subsequence type.
D. Charif, J.R. Lobry
citation("seqinr")
## Not run: # Need internet connection choosebank("emblTP") getType() ## End(Not run)