Eyewire II Question Box

Interesting! Well, hopefully proofreading them here will provide answers.

Thanks!

3 Likes

These are horizontal cells :slight_smile:

4 Likes

They look mighty interesting, any plans to your knowledge (and ability to say at this point) of us proofreading them?

2 Likes

Not at this moment, but hopefully a future endeavor! We actually need to do some more imaging of the OPL (outer plexiform layer) that includes horizontal cells and photoreceptors (yes, parts of this dataset are still being sliced and imaged via SEM and will be added!!). This will take some time to compile ofc, so very much TBD.

3 Likes

oh, very nice.

This does create another question though:

If the EOD (even on one side) changes/increases, what happens to all of the cells that will be by then completed that hit that/those side/sides? Ie; say that a bp cell that we are presently proofreading is "complete (cut off) b/c part of its Soma and dendrites are EOD, and after the addition(s) the soma and/or dendrites are now in the dataset…do we re-proofread those cells to include the new stuff? are they somehow auto-included by the AI? The new additions to already proofread cells are ignored and cells are proofread after the new additions are just ā€˜larger’ than those proofread before?

2 Likes

Good question - I don’t know. However, since ng is based on iterative editing it shouldn’t be too tricky. I have a feeling they’ll run some queries to pull any cut-off cells and we’ll have a list to go through and check. We’ll add any missing extensions/segments to update the cell and then recomplete it :slight_smile:

3 Likes

Sounds like a plan, can’t wait! :slight_smile:

2 Likes

Since we are annotating the cells with hits edge and true end can this be somehow used at a later date to continue the proofreading. So we only need to proofread the new part, but with old annotations still there?

so far i have only used the hits edge on dendrites hitting edge and not where the soma/steam hit edge since this is mostly all cells, but from what you say it would be smart to also mark this as hit edge in case we get more data here.

2 Likes

In theory, yes those annotations can help us for the future to find any branches that may have new extensions and need to be proofread.

I don’t think it’s necessary to mark the soma/stem as ā€œhits edgeā€, since we already annotate that spot with the soma annotation.

4 Likes

Hey all! Life has been dizzying lately but I’d like to start getting back in to the neuromapping stuff, here or whatever other project might need me.

Where’s the best place for me to jump in? What needs doing?

4 Likes

hi welcome back, there is a list of tasks from eyewire II here that we are currently working on Eyewire Elite Proofreading Task - Focused BCs - Google Sheets
We have been asked to prioritize the tasks from the top and not jump to far ahead max 20-30 empty rows in the list when working.

4 Likes

And there’s 14101 of them BPs and we’ve completed just shy of 13% in that gsheet sooooo jump in, the water’s nice and lukewarm and we couldn’t possibly handle them all, all on our own lol

5 Likes

I don’t know, who does all the statistics in the Sheet file, but I wonder, would it be possible to also add daily, weekly and monthly leaderboards besides the total one? That might add a bit more rivarly to the game :smiley:

2 Likes

Me and ann, lol, but feel free to add whatev. you like. :slight_smile: They are ā€˜unofficial’ in the sense that it’s player made and not HQ made (I did the quick controls tab as well so feel free to change/add whatev. you want).

2 Likes

I would, if I’d known how :smiley:

2 Likes

lol, I can create the leaderboards (sometime later today), perhaps in a separate tab, but I do not know how to make ā€˜them’ change/create automatically per day/week/month after that…not that they can’t be copy-pasted ofc but for speed and convenience.

2 Likes

From programming perspective it would go like this:

  • get the current date,
  • get all the rows where the day/week/month is equal to the current day/week/month,
  • group the filtered rows by usernames,
  • return the count for each user.

But how to do that using spreadsheet formulas, I have no idea :smiley: . Excel, its formulas, macros and VB scripts were always my weak points.

From what I know, Excel/Google Sheets is contantly montoring each cell that exists in any formula and if the cell has been changed, the cell with the formula will also automatically update its value, even if it’s in a different sheet.

2 Likes

All Hail our AI (chatbot) overlords! xD I had absolutely no idea how to do any of this so I asked chatgpt about it lol, so now we have this. A few screenshots, prompts and ā€œexplain this like I’m 3 years old and I have no idea what i’m doingā€ 's later I got this:

A drop-down menu in the -new- tab ā€œplayer leaderboardā€ which shows daily / weekly/ monthly leaderboards with players that have completed 1+ cells during that timeframe(s) (starting today) and a 2nd -new- tab ā€˜leaderboard history’ which has a script running which will automatically save (in theory) every day’s daily leaderboard in that tab.

@celiad I had to create a script from within gsheets:



To ā€˜make’ it save the history stuff, I’m tagging you in just in case you get a security notification about it, no need to freak out, it’s obviously 100% nothing malicious…unless ofc chatgpt has gained sentience and is coming after us (humans) via a gsheet script lolxD

2 Likes

The thing seems to work, or at least it shows my name there with 16 cells done, I’m assuming it’s either going wrong somewhere or no else has completed any cells so far today (at least when I’m writing this reply), I’ll monitor to see if it saves the day/history in the history tab.

And just in case anyone’s curious as to how I got to that result/wants to study/replicate/improve, here’s a link to the chat transcript:

2 Likes

Great idea with the daily/weekly/monthly leaderboard.
For the history part i think perhaps a piviot table might work better, as that also will get previous history, while copying the leaderboard will only work from now and outward. Made a example in sheet 9, (not really sold on the gold, silver and bronse formating that is there currently but did not manage to get in the medals) probably possible to get monthly scoore that way also.

2 Likes