forked from nicoleversetwo/methylation-foo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVolcano Plot
More file actions
23 lines (22 loc) · 1.01 KB
/
Copy pathVolcano Plot
File metadata and controls
23 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
library(TCGAbiolinks)
TCGAVisualize_volcano(results$MethylationDifference, results$rawpvalue,
filename = "",
ylab = "Raw P-Values",
xlab = "Methylation Difference",
#title = "Treated vs Untreated, outlier excluded",
legend = "Sample",
label = c("Not Significant", "Hypermethylated", "Hypomethylated"),
xlim = NULL,
ylim = NULL,
color = c("black", "orange", "blue"),
names = rownames(ret),
names.fill = FALSE,
show.names = "significant",
x.cut = 0.1,
y.cut = 0.0005,
height = 5,
width = 10,
#highlight = CellCycleProbes_3_6_17$G1b ,
highlight.color = "red",
names.size = 0,
dpi = 300)