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
raisePermissionError('sheet was loaded readonly, '
'if you want to write '
'reinit with readonly=False')
update_sheet_values(self.name,
self.sheet_name,
values,
spreadsheet_service=self.spreadsheet_service)
to populate a sheet per organ in a new google sheets workbook. Columns should be
curie
label
synonyms
definition (if available)
mapping to uberon if uberon has an xref, and fill in the definition from uberon
We will probably need update functionality that can keep track of where things in the grid are anchored so we can move comments, but that is for the future.
For each organ in
https://scicrunch.org/api/1/sparc-scigraph/dynamic/prod/sparc/organList
get the list of all terms from
https://scicrunch.org/api/1/sparc-scigraph/dynamic/prod/sparc/organParts/FMA:7203
and organize into 3 lists for parts, nerves, and blood vessels
use the update functionality of the Sheet object
pyontutils/pyontutils/sheets.py
Lines 157 to 166 in eaadd9a
to populate a sheet per organ in a new google sheets workbook. Columns should be
We will probably need update functionality that can keep track of where things in the grid are anchored so we can move comments, but that is for the future.
@tmsincomb
The text was updated successfully, but these errors were encountered: