genos_to_indicators: Take an L x N matrix of SNP genos and return a 3 x L x N...

Description Usage Arguments Examples

Description

You actually pass this a snp_genos object and it deals with putting names and stuff on there.

Usage

1

Arguments

g

an L x N matrix of SNP genotypes that are 0, 1, 2, or NA.

Examples

1
2
snp_genos <- get_snp_genos(fs_dev_test_data$plain_snp_data)
snp_indics <- genos_to_indicators(g = snp_genos$mat)

eriqande/fullsniplings documentation built on May 16, 2019, 8:45 a.m.