Description Usage Arguments Value Author(s) See Also Examples
print is a generic function used to print results.
1 2 3 4 5 |
x |
[Enrichment or Chromosome]: an object of class |
what |
[character or numeric]: |
type |
[character]: select if results for |
Return a matrix for classes Enrichment and Chromosome.
Mickael Canouil mickael.canouil@good.ibl.fr
Overview : snpEnrichment-package
Classes : Enrichment, Chromosome, EnrichSNP
Methods : plot, reSample, getEnrichSNP, excludeSNP, compareEnrichment,
enrichment, is.enrichment, chromosome, is.chromosome
Functions : initFiles, writeLD, readEnrichment
1 2 3 4 | data(toyEnrichment)
print(toyEnrichment, "All", type = "eSNP")
print(toyEnrichment, "Genome")
print(toyEnrichment, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.