powered by
The function is used to draw a graph to reflect the univariate HRs and P-values of the pathways in different cancer types.
dotplot(data, low_col = "#6ADD26", high_col = "#AB2513", cut_point = 5)
A Dot plot
A pathway activity score matrix, which rows represent the pathways and the columns are samples.
Colours for low and high ends of the gradient.
The threshold of HRs,when HR is greater than the cut_point,HR is assigned cut_point.
#load the data data(dot_data) #perform the function `dotplot`. dotplot(dot_data)
Run the code above in your browser using DataLab