getEnrichSNP
get all eSNP/xSNP in a Enrichment
object which are significant in the signal according to sigThresh
defined in readEnrichment
.
"getEnrichSNP"(object, type = "eSNP")
Enrichment
.eSNP
or xSNP
data.data.frame
with eSNP/xSNP which are enriched in signal given to signalFile
in function readEnrichment
.
snpEnrichment-package
Classes : Enrichment
, Chromosome
, EnrichSNP
Methods : plot
, reSample
, getEnrichSNP
, excludeSNP
, compareEnrichment
,
enrichment
, is.enrichment
, chromosome
, is.chromosome
Functions : initFiles
, writeLD
, readEnrichment
## Not run: data(toyEnrichment)
# eSNPenriched <- getEnrichSNP(object = toyEnrichment, type = "eSNP")
# head(eSNPenriched)## End(Not run)
Run the code above in your browser using DataLab