file_loader: Function used by create_phenotypes to load marker dataset.

Description Usage Arguments Value Author(s)

View source: R/file_loader.R

Description

Function used by create_phenotypes to load marker dataset.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
file_loader(
  geno_obj = NULL,
  geno_file = NULL,
  geno_path = NULL,
  nrows = Inf,
  na_string = "NA",
  prefix = NULL,
  SNP_impute = "Middle",
  SNP_effect = "Add",
  verbose = TRUE,
  chr_prefix = "chr"
)

Arguments

geno_obj

= NULL,

geno_file

= NULL,

geno_path

= NULL,

nrows

= Inf,

na_string

= "NA",

prefix

= NULL,

SNP_impute

= "Middle",

SNP_effect

= "Add",

verbose

= TRUE

chr_prefix

= "chrm"

Value

genotype data sampled

Author(s)

Samuel Fernandes Last update: Apr 20, 2020 —————————————————————————— ————————————————————————–


simplePHENOTYPES documentation built on Jan. 20, 2021, 5:09 p.m.