seqinr (version 3.6-1)

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())

Arguments

socket

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

Value

a list containing a short description for each subsequence type.

References

citation("seqinr")

See Also

choosebank, query

Examples

Run this code
# NOT RUN {
# Need internet connection
  choosebank("emblTP")
  getType()
# }

Run the code above in your browser using DataCamp Workspace