Description Usage Arguments Details Objects from the Class Slots Extends Methods Author(s) See Also Examples
GenoDat
defined within an region of interest
1 | ROIGenoDat(objectGenoDat, ROI)
|
objectGenoDat |
|
ROI |
|
ROIGenoDat
is the constructor of the class.
object are created with calls to ROIGenoDat(objectGenoDat, ROI)
genoDat
:"matrix"
. Genotypes
lociPos
:"numeric"
. Genomic coordinates
alleleSum
:"matrix"
. Total number of variant alleles in the population per SNP
noMissCount
:"matrix"
. Total number of subjects with no-missing values
ROI
:"numeric"
. Region of interest.
Class "GenoDat"
, directly.
signature(.Object = "GenoDatROI")
signature(object = "GenoDatROI")
Alejandro Caceres acaceres@creal.cat
1 2 3 | data(gDat)
gDatROI<-ROIGenoDat(gDat,ROI=c(1268,1847))
gDatROI
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.