Learn R Programming

seqinr (version 1.0-6)

getType: To Get Sequence Type

Description

This function allows to get all the sequence's type present in the opened ACNUC databank.

Usage

getType(socket)

Arguments

socket
An object of class connection returned by choosebank.

Value

  • It returns a list containing for each sequence type, a short description.

References

citation("seqinr")

See Also

choosebank, query, plot.SeqAcnucWeb

Examples

Run this code
s = choosebank("genbank")
geType(s$socket)�

Run the code above in your browser using DataLab