R/1_allclasses.R

# GenotypeDataSubset

setClass("GenotypeDataSubset", 
  contains = 'GenotypeData', 
  representation(snps_idx = 'integer', scans_idx = 'integer'),
  prototype(snps_idx = NULL, scans_idx = NULL)
)

#setOldClass("check.marker")
ThomasChln/snpclust documentation built on June 11, 2020, 4:27 p.m.