Learn R Programming

seqinr (version 3.1-2)

print.SeqAcnucWeb: Print method for objects from class SeqAcnucWeb

Description

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

Usage

## S3 method for class 'SeqAcnucWeb':
print(x, ...)

Arguments

x
A sequence of class SeqAcnucWeb
...
Arguments passed to print

Value

  • None.

References

citation("seqinr")

See Also

print

Examples

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

Run the code above in your browser using DataLab