Create_Dataset {GenoTriplo} | R Documentation |
Create dataset in appropriate format
Description
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
Usage
Create_Dataset(data, save_name = NULL)
Arguments
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 |
Value
number of individuals and markers (automatically save the dataset)
[Package GenoTriplo version 1.0.4 Index]