createSampleID {methInheritSim} | R Documentation |
Generate the samples ID for the simulated dataset. The standard format of the samples ID is : "F[Number for the generation]_[Number for the sample] _[OC for case or C for control]"
createSampleID(nbGeneration, nbSample)
nbGeneration |
a positive |
nbSample |
a positive |
a list
containing a list
of sample ID for
each generation.
Pascal Belleau, Astrid Deschenes
## Create sample ID methInheritSim:::createSampleID(nbGeneration = 3, nbSample = 6)