summarize_genotypes: Create Summary Genotype Table

View source: R/summarize_dataset.R

summarize_genotypesR Documentation

Create Summary Genotype Table

Description

Tabulate genotypes across an analyzed dataset, with samples on rows and loci on columns. Which attributes will actually be used for the table is configurable.

Usage

summarize_genotypes(results_summary, vars = c("Allele1Seq", "Allele2Seq"))

Arguments

results_summary

cross-sample summary data frame as produced by analyze_dataset.

vars

vector of column names in results_summary to use for the summary. Defaults to the sequence content for the two alleles.

Value

data frame of genotypes across samples and loci.


ressy/microsat documentation built on Aug. 24, 2023, 10:09 a.m.