validate_count_table: Validate Count Table

View source: R/cluster.R

validate_count_tableR Documentation

Validate Count Table

Description

If the count table is already valid nothing will change, otherwise it will add a new group to the count table file.

Usage

validate_count_table(count_table_df)

Arguments

count_table_df

The count table 'data.frame' object.

Details

Determines whether user supplied count table is valid

Value

A validated count table 'data.frame'

Examples

 count_table <- read.delim(example_path("amazon.full.count_table"))
 count_table_valid <- validate_count_table(count_table)


clustur documentation built on April 15, 2025, 1:33 a.m.