checkInputValid: Check if the variable table is a valid for UTR annotation

Description Usage Arguments Value

View source: R/read_data.R

Description

Check whether has 4 required columns, remove rows have NAs in the required columns, split rows if there're collapsed columns (items are separated by ,)

Usage

1
checkInputValid(variantsTable, sep = ",")

Arguments

variantsTable

A data.table containing all variants

sep

Delimiter used in variant file for concatenating multiple items in one column

Value

A data.table containing all valid variants


utr.annotation documentation built on Aug. 23, 2021, 9:06 a.m.