hit_plotcell: hit_plotcell

View source: R/hitplot_cell.R

hit_plotcellR Documentation

hit_plotcell

Description

Function to return the 'cell plot' of the proteins according to their category.

Usage

hit_plotcell(
  data,
  tit = "PI3K data in the cell",
  cond = NULL,
  cat_col_list = list(CC = "red", CN = "lightblue", NC = "yellow", ND = "#747474", NN =
    "#CCCCCC")
)

Arguments

data

The output from hit_for_cell function

tit

The title of the plot

cond

The treatments you want to keep. If NULL, will take it all

cat_col_list

A list containing the color for each category (CC, CN, NC, ND, NN)

Value

An interactive plot

See Also

hit_for_cell


mgerault/mineCETSAapp documentation built on April 17, 2025, 7:24 p.m.