Learn R Programming

countfitteR (version 1.4)

validate_counts: Validate data

Description

Validates count data.

Usage

validate_counts(x)

Arguments

x

data.frame or matrix.

Value

An input object.

Details

Errors if x has negative values or non-numeric values, otherwise TRUE.

Examples

Run this code
# NOT RUN {
data(case_study)
process_counts(case_study)
# }

Run the code above in your browser using DataLab