make_labels | R Documentation |
This function helps creating labels for nodes with different information
make_labels(out, mode = "samplesIDs", max_col = 3, max_row = 3)
out |
the output object of CIMICE (es, from quick run) |
mode |
which labels to print: samplesIDs (matching samples), sequentialIDs (just a sequential numer), geneIDs (genotype) |
max_col |
identifiers are represented in a max_col times max_row grid (if the number of IDs exceeds, a the sequentialID number is used instead) |
max_row |
identifiers are represented in a max_col times max_row grid (if the number of IDs exceeds, a the sequentialID number is used instead) |
the requested labels
make_labels(quick_run(example_dataset()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.