tidy_all: Tidy all

Description Usage Arguments Tidying See Also Examples

View source: R/tidiers.R

Description

Tidy all

Usage

1
2
tidy_all(fsce, dimnames = NULL, dims = c(1, 2), genes = NULL,
  repair = NULL)

Arguments

fsce

An object of class FunctionalSingleCellExperiment.

dimnames

vector of dimnames to retrieve. If NULL, retrieve all dimnames.

dims

vector of dimensions to retrieve

genes

vector of genes to retrieve. If NULL, retrieve all genes.

repair

vector of repair sites to retrieve. If NULL retrieve all reapir sites.

Tidying

This is a data tidier for a FunctionalSingleCellExperiment. Returns data from SingleCellExperiment in a tidy format, where variables are columns and observations are rows.

If the FunctionalSingleCellExperiment contains more than one SingleCellExperiment, data from each sce are joined using the cell_id variable name, and a new experiment column contains the name of the source sce.

See Also

Other tidiers: tidy_coldata, tidy_counts, tidy_dims, tidy_logcounts

Examples

1
tidy_all(fsce_small, dimnames = c("UMAP"), genes = c("TP53"), repair = c("Uracil_45"))

hesselberthlab/scrunchy documentation built on Nov. 11, 2019, 2:29 p.m.