getDotPlot_selInt {InterCellar}R Documentation

Functions to plot DotPlots

Description

Functions to plot DotPlots

Usage

getDotPlot_selInt(
  selected_tab,
  clust.order,
  low_color = "aquamarine",
  high_color = "#131780"
)

Arguments

selected_tab

selected rows of filt.data by selection from gene table

clust.order

how to order clusters

low_color

of dotplot

high_color

of dotplot

Value

list with modified selected data and ggplot2 dotplot


[Package InterCellar version 1.99.4 Index]