View source: R/convert_to_long.R
convert_to_long | R Documentation |
Transformation of a gene expression matrix into a 3 column table.
convert_to_long(the_dataset)
the_dataset |
This is a dataset often in a wide format. |
gene_data
Oriade Latifah Simpson
data("data_two") my_data_two my_long_data <- convert_to_long(my_data_two) my_long_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.