#This first example is a basic example of how to perform getPM:
data("A_example")
PMA <- getPM(A_example)
#The next example, is the same as the first one but,
#using a matrix of class Matrix:
data("A_Matrix")
PMA_Matrix <- getPM(A_Matrix)
if (FALSE) {
#Finally, the last example, shows a real example
#of how to perform this function when when using
#data from TCGA, Colon Adenocarcinoma in this case:
data("TCGA_COAD")
PM_COAD <- getPM(TCGA_COAD)
}
Run the code above in your browser using DataLab