Learn R Programming

DNAtools (version 0.2-5)

print.dbcompare: Prints the summary matrix

Description

Prints the summary matrix and possible 'big hits'.

Usage

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

Value

Prints the summary matrix and data frame with 'big hits'

Arguments

x

Summary matrix returned from dbcompare

...

...

Author

James Curran and Torben Tvedebrink

Details

Prints the summary matrix

See Also

dbCompare,plot.dbcompare

Examples

Run this code

  if (FALSE) {
  data(dbExample)
  M = dbCompare(dbExample,hit=5)
  M
  }

Run the code above in your browser using DataLab