GenoDatROI-class {inveRsion} | R Documentation |
GenoDat
defined within an region of interest
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
data(gDat) gDatROI<-ROIGenoDat(gDat,ROI=c(1268,1847)) gDatROI