print.qaw {seqinr} | R Documentation |
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 |
... |
not used |
Value
None.
Author(s)
J.R. Lobry
References
citation("seqinr")
See Also
Examples
## Not run:
### Need internet connection
choosebank("emblTP")
list1 <- query("sp=felis catus")
list1
# 4732 SQ for sp=felis catus
## End(Not run)
[Package seqinr version 4.2-36 Index]