print is a generic function used to print results.
Usage
## S3 method for class 'Enrichment':
print(x, what = "Genome", type = c("eSNP", "xSNP"))
## S3 method for class 'Chromosome':
print(x, type = c("eSNP", "xSNP"))
Arguments
x
[Enrichment or Chromosome]: an object of class Enrichment or Chromosome.
what
[character or numeric]: what="Genome" (default) to print results as a matrix. what could be "All", "Genome" or a numeric from 1 to 22 (numeric vector is allowed).
type
[character]: select if results for "eSNP" and/or "xSNP" should be print.
Value
Return a matrix for classes Enrichment and Chromosome.