Create_Dataset: Create dataset in appropriate format

View source: R/function_create_dataset.R

Create_DatasetR 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)


GenoTriplo documentation built on May 29, 2024, 11:22 a.m.