plot_tsne_label_by_selected_sampleID: Plot TSNE and show only selected sampleID

View source: R/SingleCellPlots.R

plot_tsne_label_by_selected_sampleIDR Documentation

Plot TSNE and show only selected sampleID

Description

Plot TSNE and show only selected sampleID

Usage

plot_tsne_label_by_selected_sampleID(
  object,
  selected.sampleID = c(),
  title = "",
  point.size = 0.5,
  point.front.color = "red",
  point.base.color = "gray",
  alpha.base = 0.2,
  title.color = "red",
  title.font.size = 16
)

Arguments

object

The SingCellaR object.

selected.sampleID

The vector of selected sampleIDs.

title

The title of the plot.

point.size

The point size. Default 0.5

point.front.color

The point color of selected sampleIDs. Default red

point.base.color

The point color of unselected samplesIDs.

alpha.base

The alpha parameter. Default 0.2

title.color

The title color. Default red

title.font.size

The font size of the title. Default 16


supatt-lab/SingCellaR documentation built on Aug. 24, 2023, 5:49 p.m.