Description Usage Arguments Examples
counts up genotypes from a snp_indicators array
1 | count_genos(S)
|
x |
a snp indicators array (3 x L x N) |
1 2 3 | snp_genos <- get_snp_genos(fs_dev_test_data$plain_snp_data)
snp_indics <- genos_to_indicators(g = snp_genos$mat)
geno_counts <- count_genos(snp_indics)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.