plot.grid.ggscatterBoxplot: Grid plots using ggscatterBoxplots

View source: R/plotting_functions.R

plot.grid.ggscatterBoxplotR Documentation

Grid plots using ggscatterBoxplots

Description

This code create multiple plots using ggboxplot_scatter for a list of variables, given a coordinate (PC1, PC2, UMAP1, UMAP2...). All variables and coordinate should be included in the data_all_given provided

Usage

## S3 method for class 'grid.ggscatterBoxplot'
plot(list2test, data_all_given, coord.char)

Arguments

list2test

List of columns names to test. They should be valid names and should be included within data_all_given

data_all_given

Dataframe containing all information for all samples.

coord.char

Dimension reduction coordinate (e.g. PC1, PC2), included as a column in data_all_given


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.