print is a generic function used to print results.
Usage
## S3 method for class 'Enrichment':
print(x, what = "Genome", types = c("eSNP", "xSNP"))
## S3 method for class 'Chromosome':
print(x, types = 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).
types
[character]: select if results for "eSNP" and/or "xSNP" should be print.
Value
Return a matrix (types = "eSNP") or a list of two matrix (types = c("eSNP", "xSNP")) for classes Enrichment and Chromosome.