Open Gonzazsm97 opened 1 year ago
Dear Gonzazsm97,
I was unable to replicate this error. However, this error points to issue with an internal function in ggplot2 that is used in faceting. The only element in this function that relies on faceting is the page2 graphs that facet based on normalization method. Because some of the normalization methods rely on dependencies, I would suggest going back and being sure that dependencies = TRUE is was selected in your initial install using devtools.
Thank you for answering so quickly, I did install dependencies, and I have been able to run the example data set, so I assume all necessary packages are installed. I will try to look into what could cause faceting issues in general. Maybe something in the data itself could be causing the error.
Dear Gonzazsm97,
I do not know if you solved your problem but I just have this issue and solved it. Be sure that all your uniprot_ids (that are used to make the facet plot of all normalization) do not have unauthorized characters/symbols. To be sure of that you can use the make.names()
function of R to transform for instance "-" into "." or any other unauthorized symbols.
I hope it will help.
Best
I keep getting an error message when executing the write_norm_report function. The error reads: "Error in
combine_vars()
: #> ! Faceting variables must have at least one value"The code I am using looks as follows. I also included the first few lines of my datasets, if that helps.
Created on 2023-08-28 with reprex v2.0.2