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
I can't seem to find a way to plot a control alongside my mutants unless I do them all on top of one another (which gets way too messy) or I have to make metadata files for each pair separately (which seems like a lot of work).
My dataset has 12 (and growing) phenotypic genotypes and controls. What I would like to do (for example) is plot the activity over time for the control and one of the mutant genotypes on the same plot for two plots total on the same axis. It should then go through and do this for all of the different genotypes.
I have tried:
graphing both separately and adding them together (was hoping to make some kind of loop)
extracting the two genotypes from the curated dataset, combining them back together, and then graphing from there (the datasets did not combine properly for some reason)
duplicating the control data in the metadata file to make matching duplicates for every other genotype, labeling them as the same genotype, and then adding another column in the metadata to differentiate between 'control' and 'experimental' (resulted in errors loading the metadata file)
A plethora of other things using facet_wrap and the like
Any suggestions would be appreciated!
The text was updated successfully, but these errors were encountered:
I can't seem to find a way to plot a control alongside my mutants unless I do them all on top of one another (which gets way too messy) or I have to make metadata files for each pair separately (which seems like a lot of work).
My dataset has 12 (and growing) phenotypic genotypes and controls. What I would like to do (for example) is plot the activity over time for the control and one of the mutant genotypes on the same plot for two plots total on the same axis. It should then go through and do this for all of the different genotypes.
I have tried:
Any suggestions would be appreciated!
The text was updated successfully, but these errors were encountered: