Hi,
i am very new to bioconductor, and now i am planning to analyis the DNA methylation analysis using TCGAbiolinks.
i preferred the links below and copy & pasted it , but the R script does not work well and the error comes out.
if you know the solution, would you tell me , thanks in advance !
TCGAvisualize_meanMethylation(coad.met, groupCol = "methylation_subtype", subgroupCol = "hypermutated", shapes=NULL, print.pvalue=TRUE, ylab="DNA methylation", xlab=NULL, title="Mean DNA methylation", labels=NULL, group.legend = "Groups", subgroup.legend = "hypermutated", filename = "coad_mean.png")
error message;
Error in NSBS(i, x, exact = exact, upperBoundIsStrict = !allow.append) :
subscript contains invalid names
Hi, could you give the version of the package?
I made a change in the code recently and probably there is no subtype information in the object.
I will update the vignette.
I believe the solution will be preparing with the add.subtypes parameter as true.
Hi, thank you so much for help.
version of TCGAbiolinks is as below