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
When degPatterns produces plots with many facets here, the generated faceted ggplot becomes too crowded, in some cases making it hard or impossible to interpret the results.
Proposed Solution:
Use dynamic chunk creation for each plot. Find the number of gene clusters to be plotted for each contrast, and use this number to determine the plot dimensions used in the chunk options in each of the dynamic chunks created using the subchunkify function's arguments. This will ensure readability regardless of the number of clusters.
Problem:
When degPatterns produces plots with many facets here, the generated faceted ggplot becomes too crowded, in some cases making it hard or impossible to interpret the results.
Proposed Solution:
Use dynamic chunk creation for each plot. Find the number of gene clusters to be plotted for each contrast, and use this number to determine the plot dimensions used in the chunk options in each of the dynamic chunks created using the subchunkify function's arguments. This will ensure readability regardless of the number of clusters.
subchunkify:
can be inserted here
and called here like:
This solution is incomplete and requires testing.
The text was updated successfully, but these errors were encountered: