-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels