data(HCC)
# ROC curve estimates for gene 03515901 and response tumor assuming the binormal scenario
gROC_param(X = HCC[,"cg03515901"], D = HCC$tumor) # Standard right-sided ROC curve
gROC_param(X = HCC[,"cg03515901"], D = HCC$tumor, side = "left") # Left-sided ROC curve
gROC_param(X = HCC[,"cg03515901"], D = HCC$tumor, side = "both") # gROC curve
Run the code above in your browser using DataLab