fcdc_normalize: Normalize An Fc Array

Description Usage Arguments Value

View source: R/fc_data_clean.R

Description

Perform normalization on an Fc Array data frame. Just a glorified wrapper for scale() that calls fcdc_impute if necessary.

Usage

1
fcdc_normalize(fc, center = TRUE, scale = TRUE)

Arguments

fc

The Fc Array data frame.

center

A boolean or vector. See ?scale

scale

A boolean or vector. See ?scale

Value

The Fc Array data frame, with feature vectors scaled/centered as specified.


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.