match_alleles: Match the variants in the snpset by their alleles

View source: R/deprec_funcs.R

match_allelesR Documentation

Match the variants in the snpset by their alleles

Description

match_alleles()

This method is deprecated and will be removed in future versions. use match_by_alleles instead.

Usage

match_alleles(df, verbose = F)

Arguments

df

A dataframe that is in the snpset format (like returned by the get_snpset() function)

verbose

A logical scalar (default: FALSE). Assign to TRUE to get information on which alleles are matched and which are not.

Value

The input dataframe containing only those variants whith matched alleles in the snpset

Examples

## Not run: 
match_alleles(df)

## End(Not run)


GenuityScience/topr documentation built on Oct. 20, 2024, 10:23 p.m.