rerun_excyte: Rerun the excyte pipeline on selected phenograph clusters

Description Usage Arguments

View source: R/run_excyte.R

Description

Rerun the excyte pipeline on selected phenograph clusters

Usage

1
2
3
4
5
6
7
8
9
rerun_excyte(
  excyte_obj,
  clusters_id = NA,
  downsampling = 3000,
  downsampling_umap = NULL,
  channels = "all",
  method = c("umap-learn", "naive")[1],
  k = 30
)

Arguments

excyte_obj

list of object obtained from an initial run with the excyte pipeline

clusters_id

vector of character containing the ID of the phenograph clusters to rerun the excyte pipeline on

downsampling

numeric indicating the number event to randomly select from each fcs, if the number of events request is bigger than the number of event in the fcs, all event are selected

downsampling_umap

numeric indicating the number of events to sample to compute the umap

channels

vector containing channels to select. Can be "all" to select all channels, "with_desc" to select channels with a marker description or a vector a channels.

method

define if the umap should be computed with the python package (umap-learn) or with the naive R implementation

k

numeric indicating the number of neighbor for phenograph and umap computation


maximemeylan/Excyte documentation built on Nov. 10, 2020, 9:06 p.m.