View source: R/genecircosPlot.R
genecircosPlot | R Documentation |
This function allows to Circos Plot for gene list of interest by group
genecircosPlot( data = NULL, data_object = NULL, geneList, group_position = 1, group_oi = NULL, titleName = "", colorThreshold = 10, colorMax = NULL, colorscale = FALSE )
data |
Expression matrix or data frame. Rows represents gene/proteins column represents group:donor (or donor:group) |
data_object |
Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data. Rows represents gene/proteins column represents group:donor (or donor:group) |
geneList |
User-defined genes of interest |
group_position |
Default 1, use 2 when columns are donor:group format |
group_oi |
Optional, User-defined groups to consider and order plot |
titleName |
Title of the plot |
colorThreshold |
User-defined color threshold (same as cvThreshold, like 5) |
colorMax |
Maximum CV value in heatplot ("max", numeric or NULL) |
colorscale |
Show color scale, TRUE or FALSE (default). |
Circos plots and dataframe
## Not run: genecircosPlot(data_object=palmo_obj, geneList=c('IL32','CCL5','TCF7')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.