Description Usage Arguments Author(s) See Also Examples
'is.chromosome' returns 'TRUE' if 'x' is an Chromosome object and 'FALSE' otherwise.
1  | is.chromosome(object)
 | 
object | 
 [ANY]: object to be tested.  | 
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 5 6 7 8  | a <- chromosome()
c <- chromosome()
is.chromosome(list())                # FALSE
is.chromosome(1)                     # FALSE
is.chromosome(a)                     # TRUE
is.chromosome(c(a, c))               # TRUE TRUE
is.chromosome(list(a, b = "char"))   # TRUE FALSE
is.chromosome(c(a, b = list(12, c))) # TRUE FALSE TRUE
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.