clust.cond.info: Calculate cluster and conditions frequencies

Description Usage Arguments Value

Description

This function takes an object of class iCellR and calculates cluster and conditions frequencies.

Usage

1
2
3
4
5
6
7
clust.cond.info(
  x = NULL,
  plot.type = "pie",
  my.out.put = "data",
  normalize.ncell = TRUE,
  normalize.by = "percentage"
)

Arguments

x

An object of class iCellR.

plot.type

Choose from pie/pie.cond or bar/bar.cond, defult = pie.

my.out.put

Chose from "data" or "plot", default = "data".

normalize.ncell

If TRUE the values will be normalized to the number of cells by downsampling.

normalize.by

Chose from "sf" (size factor) or "percentage", default = "percentage".

Value

An object of class iCellR.


iCellR documentation built on Oct. 9, 2021, 5:07 p.m.