Learn R Programming

seqinr (version 3.1-2)

print.qaw: Print method for objects from class qaw

Description

Print the number of elements, their type and the corresponding query.

Usage

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

Arguments

x
A objet of class qaw
...
not used

Value

  • None.

References

citation("seqinr")

See Also

print

Examples

Run this code
### Need internet connection
  choosebank("emblTP")
  list1 <- query("sp=felis catus")	
  list1
  # 4732 SQ for sp=felis catus

Run the code above in your browser using DataLab