hasGenotype: Check for genotype data in dataframe

Description Usage Arguments Value Examples

View source: R/hasGenotype.R

Description

Checks to ensure the content and structure are appropriate for genotype data are in the dataframe and ready for the geneDrop function by already being mapped to integers and placed in columns named first and second. These checks are simply based on expected columns and legal domains.

Usage

1
hasGenotype(genotype)

Arguments

genotype

dataframe with genotype data

Value

A logical value representing whether or not the data.frame passed in contains genotypic data that can be used. Non-standard column names are accepted for this assessment.

Examples

1
2
3
4
5
6

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.