Learn R Programming

countfitteR (version 1.5)

validate_counts: Validate data

Description

Validates count data.

Usage

validate_counts(x)

Value

An input object.

Arguments

x

data.frame or matrix.

Details

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

Examples

Run this code
data(case_study)
process_counts(case_study)

Run the code above in your browser using DataLab