You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unknown or uninitialised column: 'geneset.names'.Error in TcGSA::plot1GS(expr = gem, gmt = gmt_gmt, Subject_ID = ddm$Location, :
The 'geneset.name' supplied is not in the 'gmt'
How is it possible? I haven't run any likelihood ratio tests and went straight to the graphical outputs (not sure if it matters).
The text was updated successfully, but these errors were encountered:
Unfortunatley, TcGSA is not a visualization tool, it is a statistical method to perform Gene Set Analysis (hence the likelihood ratios) of longitudinal microarray gene expression data.
It has some plotting capapbilities built using ggplot2, but those are specifically designed to visualize and interpret the output of the statistical method.
The error you are getting specifically comes from the gmt object you are using which does not seem to have the right format (TcGSA expects a list of lists, not a tibble -- see GSA::GSA.read.gmt() for more information).
Since it seem you do not have microarray data and have solely interested in visualization, I would advize that you turn to visualization software such the ggplot2 package itself.
I have created the three gene expression matrix (gem), design data matrix (ddm) and gmt.
I have run the following:
And obtain the following error
How is it possible? I haven't run any likelihood ratio tests and went straight to the graphical outputs (not sure if it matters).
The text was updated successfully, but these errors were encountered: