Learn R Programming

countfitteR (version 1.4)

process_counts: Process counts

Description

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

Usage

process_counts(x)

Arguments

x

data.frame or matrix.

Value

A list of counts.

Details

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

Examples

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

Run the code above in your browser using DataLab