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")

Try the snplinkage package in your browser

Any scripts or data that you put into this service are public.

snplinkage documentation built on May 4, 2023, 9:09 a.m.