Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in limma::makeContrasts at node_color_per_de() #3

Open
mpaya opened this issue Mar 11, 2021 · 0 comments
Open

Error in limma::makeContrasts at node_color_per_de() #3

mpaya opened this issue Mar 11, 2021 · 0 comments

Comments

@mpaya
Copy link

mpaya commented Mar 11, 2021

After following the pipeline in hipathia documentation, at the step of Pathway comparison I sumbled into this error:

> colors_de <- node_color_per_de(results, pathways, sample_group, "Tumour, NOS", "Control")
Error in limma::makeContrasts(contrasts = expdes, levels = design) : 
  The levels must by syntactically valid names in R, see help(make.names).

This error indicates how to fix this issue with make.names(). This function would create "Tumour..NOS". But to apply at this step over results is not too straight-forward. Maybe interesting to consider indicating at the beginning that sample group names have to follow some rules to avoid this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant