View source: R/function_create_dataset.R
Create_Dataset | R Documentation |
Create SigStren and Contrast variables from luminescence values of probeset A and B of each markers and return a dataframe to be used for clustering or save the result if a saving name is given
Create_Dataset(data, save_name = NULL)
data |
dataframe with probeset_id as first variable (markername finishing by -A or -B depending on the probeset) and individuals as variable with luminescence values for each probeset (dataset created by bash code by shiny app) |
save_name |
saving name |
number of individuals and markers (automatically save the dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.