across: across

View source: R/documentation-dummies.R

acrossR Documentation

across

Description

across

Usage

across(across, across_subset, relevel)

across_dummy(across, across_subset, relevel)

Arguments

across

Character value or NULL. Specifies the grouping variable of interest.

Use getGroupingOptions() to obtain all variable names that group the barcode spots of your object in a certain manner.

across_subset

Character vector or NULL. Specifies the particular groups of interest the grouping variable specified in argument across contains.

If set to NULL all of them are chosen. You can prefix groups you are NOT interested in with a '-'. (Saves writing if there are more groups you are interested in than groups you are not interested in.)

Use getGroupNames() to obtain all valid input options.

relevel

Logical value. If set to TRUE the input order of across_subset determines the order in which the groups of interest are displayed. Groups that are not included are dropped which affects the colors with which they are displayed.


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.