powered by
This function allows to visualize the multimodal view genes of interest by celltypes/ groups defined by use
multimodalView( modality1, modality2, group_oi = NULL, geneList, colorThreshold = 10, group_position = NULL, plotHeight = 10, titleName = "", colorMax = NULL, colorscale = FALSE, fileName = NULL, filePATH = NULL )
Multimodal plot and data list
Variation or Expression matrix/data frame. Rows represents gene/proteins column represents group:donor (group and donor separated by :)
Optional, User-defined groups to consider and order
Genes of interest to explore
User-defined color threshold in color space
Default 1, use 2 when columns are donor:group format
User-defined Plot size (in)
Title of the plot
Maximum CV value in heatplot ("max", numeric or NULL)
Show color scale, TRUE or FALSE (default).
User defined filename
User-defined output directory PATH to save result
if (FALSE) { multimodalView(modality1=scrna_cv_res, modality2=scatac_cv_res, geneList) }
Run the code above in your browser using DataLab