pivot_to_long_format | R Documentation |
Get the pivot in long format instead of wide format
pivot_to_long_format(
marker,
figure,
group,
subgroup,
phenotype_column,
sample_sheet,
areas_selection = NULL
)
marker |
marker to filer HYPER, HYPO, BOTH |
figure |
DELTAS, DELTAQ,DELTAR, MUTATIONS |
group |
GENE, DMR ... |
subgroup |
TSS1500 ... |
phenotype_column |
column from the sample sheet to pair to each sample |
sample_sheet |
sample sheet of samples |
areas_selection |
genomic area to select, if NULL all areas will be selected |
the pivot in a long format of 3 columnns, the phontype column with name phenotype, the value of the marker and the area investigated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.