Entering edit mode
k1064622
•
0
@k1064622-11135
Last seen 8.4 years ago
Hello,
I am running CummeRbund in R and I'm having an issue when it comes to the expressionBarPlot function.
I ran the following as an example :
myGenesId <- c("Lgr4", "Lgr5", "Lgr6") myGenes<-getGenes(cuff,myGenesId) gb<-expressionBarplot(myGenes,showErrorbars=FALSE)
and it outputs the bar plot as normally, but the genes are not in the order I've imputed them. It seems to just choose a random order to plot them.
Any help would be much appreciated. :)