extract_tsne_rectangle: plots the output of a tSNE run on ICS flow data, overlays...

Description Usage Arguments

View source: R/extract_tsne_rectangle.R

Description

plots the output of a tSNE run on ICS flow data, overlays user-specified window, and return cell events within that window. Also perform t.test() on extracted events

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
extract_tsne_rectangle(
  dat,
  x_min,
  x_max,
  y_min,
  y_max,
  antigen,
  marker,
  polyDegree = 0,
  facet,
  title
)

Arguments

dat

RTsne output matrix

x_min

coordinate of bounding box to extract events

x_max

coordinate of bounding box to extract events

y_min

coordinate of bounding box to extract events

y_max

coordinate of bounding box to extract events

antigen

the antigen to subset, must exist in 'dat'

marker

the marker to facet on

polyDegree

ICS polyfunctionality degree of data to extract

facet

metadata to facet on, must exist in 'dat'

title

plot title


ptvan/Pmisc documentation built on Nov. 19, 2020, 10:27 p.m.