make_labels: Helper function to create labels

make_labelsR Documentation

Helper function to create labels

Description

This function helps creating labels for nodes with different information

Usage

make_labels(out, mode = "samplesIDs", max_col = 3, max_row = 3)

Arguments

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)

Value

the requested labels

Examples

 
make_labels(quick_run(example_dataset()))


redsnic/CIMICE documentation built on March 30, 2022, 2:46 a.m.