transform_counts: Transform counts with the supplied function name

View source: R/transform.R

transform_countsR Documentation

Transform counts with the supplied function name

Description

Transform counts with the supplied function name

Usage

transform_counts(counts, transform_func)

Arguments

counts

tibble with only numeric columns

transform_func

character string to select the transform function

Value

a tibble::tibble conatining the transformed counts

Examples


transform_counts(rnaseqVis::counts, "raw")

transform_counts(rnaseqVis::counts, "zscore")


richysix/rnaseqVis documentation built on Feb. 12, 2024, 1:37 p.m.