aim-rsf / browseMetadata

An R package to help a researcher browse metadata for health datasets and categorise variables based on research domains
https://aim-rsf.github.io/browseMetadata/
GNU General Public License v3.0
3 stars 1 forks source link

Log file interactability #65

Closed RayStick closed 3 months ago

RayStick commented 6 months ago

Allow the csv log files to be loaded, visualized and inspected, as well as compared across users (which mappings agreed, which disagreed). See prelim code for SAIL project

Give an option to review and edit the responses before saving (would need to display to user, then ask which row, then go back to that row and overwrite with new response?)

BatoolMM commented 4 months ago

Are you planning to develop a new function for reading and analysing the locally saved CSV output files? How do you envision the visualization and comparison of these files across different users? I'm keen to give it a shot, but if you have a specific concept in mind, could you share more details, please?

RayStick commented 4 months ago

Yes, I imagined a new function within this R package, for reading & visualizing the csv outputs. I made a draft a while ago (that I was using with a MELD-B colleague so we could compare our outputs) that went something like:

  • Load CSV output file 1
  • Load CSV output file 2
  • Find all the places where they disagree
  • Display those disagreements to the R console
  • Ask for a consensus decision
  • Save CSV output file 3

Let me dig that up soon and share with you. Would be open to help on improving it!