seqinr (version 4.2-36)

print.SeqAcnucWeb: Print method for objects from class SeqAcnucWeb

Description

Print the name, length, frame and genetic code number.

Usage

# S3 method for SeqAcnucWeb
print(x, ...)

Value

None.

Arguments

x

A sequence of class SeqAcnucWeb

...

Arguments passed to print

Author

J.R. Lobry

References

citation("seqinr")

See Also

Examples

Run this code
if (FALSE) {
  ### Need internet connection
  choosebank("emblTP")
  mylist <- query("mylist", "sp=felis catus")
  mylist$req[[1]]
  #      name   length    frame   ncbigc 
  # "A06937"     "34"      "0"      "1"
  }

Run the code above in your browser using DataLab