Visualisation Original features that make up the pathway
PlotPathInner(
data = NULL,
pathlistDB = NULL,
FeatureAnno = NULL,
PathNames = NULL,
p.adjust.method = "none",
save_pdf = FALSE,
alpha = 1,
cols = NULL
)
a plot object
The input omics data
A list of pathways with pathway IDs and their corresponding genes ('entrezID' is used). For details, please refer to ( data("GO2ALLEGS_BP") )
The annotation data stored in a data.frame for probe mapping. It must have at least two columns named 'ID' and 'entrezID'. (For details, please refer to data( data("MethylAnno") )
A vector.A vector containing the names of pathways
p-value adjustment method.(holm", "hochberg", "hommel", "bonferroni", "BH", "BY","fdr","none")
Whether to save images in PDF format
The alpha transparency, a number in (0,1).
palette (vector of colour names)