seqinr (version 4.2-36)

getType: To get available subsequence types in an opened ACNUC database

Description

This function returns all subsequence types (e.g. CDS, TRNA) present in an opened ACNUC database, using default database if no socket is provided.

Usage

getType(socket = autosocket())

Value

a list containing a short description for each subsequence type.

Arguments

socket

an object of class sockconn connecting to a remote ACNUC database (default is a socket to the last opened database).

Author

D. Charif, J.R. Lobry

References

citation("seqinr")

See Also

choosebank, query

Examples

Run this code
if (FALSE) {
# Need internet connection
  choosebank("emblTP")
  getType()}

Run the code above in your browser using DataLab