add_geno_pheno_covar_h5: Adding genotypes and phenotypes to hdf5 file

Description Usage Arguments Value

View source: R/create_eqtl_input_h5.R

Description

Use in-memory objects to create genotypes and phenotypes datasets in a given hdf5 file

Usage

1
2
add_geno_pheno_covar_h5(file_name, phenotypes = NULL, genotypes = NULL,
  covars = NULL)

Arguments

file_name

Name of the HDF5 file to add the information to

phenotypes

Phenotype matrix to save

genotypes

Genotype matrix to save

covars

Covariate matrix to save

Value

Saves the given objects into the hdf5 generated by the create_eqtl_input_h5() function.


jinhyunju/eQTLtools documentation built on May 19, 2019, 10:35 a.m.