Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
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]"
1 | createSampleID(nbGeneration, nbSample)
|
nbGeneration |
a positive |
nbSample |
a positive |
a list
containing a list
of sample ID for
each generation.
Pascal Belleau, Astrid Deschenes
1 2 | ## Create sample ID
methInheritSim:::createSampleID(nbGeneration = 3, nbSample = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.