summarize_data_: Summarizes columns of 'data' using 'FUNS' and can be grouped...

Description Usage Arguments Value

View source: R/summarize.R

Description

Summarizes columns of data using FUNS and can be grouped by group_by.

Usage

1
summarize_data_(data, columns, FUNS, group_by = NULL)

Arguments

data

A data.frame.

columns

The columns of data that are summarized.

FUNS

A named vector of summary functions

group_by

A vector of the same length as the number of rows in data, which is used for grouping.

Value

A data.frame that contains summary statistics.


loosolab/i2dash.scrnaseq documentation built on Jan. 1, 2021, 8:23 a.m.