gs_split: Split genotype/phenotype datasets into training and target...

Description Usage Arguments Value

Description

Function that splits a complete genotype/phenotypes data into training/target datasets.

Usage

1
gs_split(genoFile, phenosFile, outputDir, nGenos = NA, nPhenos = NA)

Arguments

genoFile

Filename of genotype data matrix (rows for markers, columns for samples)

phenosFile

Filename of fenotype data table (rows for samples, columns for phenotypes)

outputDir

The directory where the results will be saved.

nGenos

(Optional) Number of markers to use from genotype data matrix. If empty all markers are used.

nPhenos

(Optional) Number of phenotype to use from phenotype data table. If empty all phenotypes are used.

Value

None, results are saved to the output directory


luisgarreta/ppGS documentation built on Jan. 17, 2022, 9:23 p.m.