tabulate_markers: tabulate markers

View source: R/tabulate_markers.R

tabulate_markersR Documentation

tabulate markers

Description

a function that tabulates a data.frame or list of data.frames by a certain marker. This means, that it will find all unique mappings from 'marker' to 'by' in the form of a table.

Usage

tabulate_markers(lst, marker, by)

Arguments

lst

a data.frame or a list of data.frames that all contain the arguments 'marker' and 'by' as column names.

marker

what should be organized?

by

what should marker be organized by?

Value

a table

See Also

Other interactivity: make_interactive(), set_names_by_dataset()


lagelab/Genoppi documentation built on Oct. 13, 2022, 2:36 p.m.