seqinr (version 3.6-1)

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 qaw
print(x, ...)

Arguments

x

A objet of class qaw

not used

Value

None.

References

citation("seqinr")

See Also

print

Examples

Run this code
# NOT RUN {
  ### 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