COMPASSfitToCountsTable: Extract a table of counts from a COMPASSResult object

Description Usage Arguments

View source: R/utils.R

Description

Returns a table of counts and parent counts for each cell subset in a COMPASS fit.

Usage

1
2
3
4
5
6
7
COMPASSfitToCountsTable(
  x,
  idcol = NULL,
  parent = NULL,
  drop = NULL,
  stimName = NULL
)

Arguments

x

COMPASSResult

idcol

unquote variable name in the metadata for the subject id.

parent

character name of the parent population for this model fit. e.g. "CD4"

drop

numeric vector indicating the columns in the metadata to drop from the output. Usually sample-specific columns rather than subject specific columns.

stimName

the name of the stimulation


RGLab/COMPASS documentation built on Feb. 11, 2021, 3:23 p.m.