#non-interactive scatterplot plot with a single primary and secondary IDs pair and outcomes
examples$corrData$interactive.plot(input=list(c("P07355","1568126_at")),
outcomePairs=examples$outcomeMap,proteinNames="ANXA2",
cols=c("green","red","darkblue"),cex=1.2,cex.main=1.2,font.main=4,cex.lab=1.2);
## Not run:
# #interactive scatterplot with a single primary ID (uniprot) and outcomes
# examples$corrData$interactive.plot(c("P07355"), outcomePairs=examples$outcomeMap, proteinNames="ANXA2");
#
# #interactive scatterplot with multiple probeset IDs (uniprot) and without outcomes - ANXA2 (annexin 2)
# examples$corrData$interactive.plot(c("P07355", "P07384", "P09382"));
# ## End(Not run)
Run the code above in your browser using DataLab