Learn R Programming

seqinr (version 3.1-2)

autosocket: Returns a socket to the last opened database

Description

This is a low level function that is mainly used to select automatically the last opened ACNUC database for functions using sockets.

Usage

autosocket()

Arguments

Value

  • An object of class sockconn.

References

http://pbil.univ-lyon1.fr/databases/acnuc.html

citation("seqinr")

See Also

choosebank, connections.

Examples

Run this code
#Need internet connection
  choosebank("emblTP")
  autosocket()
  closebank()

Run the code above in your browser using DataLab