hit_plotcell | R Documentation |
Function to return the 'cell plot' of the proteins according to their category.
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")
)
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) |
An interactive plot
hit_for_cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.