Learn R Programming

countfitteR (version 1.5)

process_counts: Process counts

Description

Converts data in a table-like formats into lists of counts.

Usage

process_counts(x)

Value

A list of counts.

Arguments

x

data.frame or matrix.

Details

case_study does not consider NAs and NaNs effectively omitting them (as per the is.na function).

Examples

Run this code
data(case_study)
process_counts(case_study)

Run the code above in your browser using DataLab