validateTranslatorDf: Validate translator data frame

Description Usage Arguments Value

View source: R/validators.R

Description

Evaluates integrity of the translator data frame, subsetting it to selected columns and removing duplicated rows.

Usage

1
validateTranslatorDf(df, sourceKey, targetKey)

Arguments

df

The translator data frame to validate.

sourceKey

Character indicating the column of the df where the source ids are stored.

targetKey

Character indicating the column of the df where the source ids are stored.

Value

The validated and ammended translator data frame if no problems are found.


martingarridorc/biokit documentation built on June 28, 2021, 12:24 a.m.