| 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 sockconn connecting to a remote ACNUC
database (default is a socket to the last opened database). |
a list containing a short description for each subsequence type.
D. Charif and J.R. Lobry
citation("seqinr")
## Not run:
# Need internet connection
choosebank("emblTP")
getType()
## End(Not run)