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
Copy file name to clipboardExpand all lines: README.MD
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,28 +24,15 @@ We manage a few repos externally:
24
24
-[PubMed Downloader](https://github.com/shloknatarajan/PubMed-Downloader): This repo is used to download all the markdown files from the PMIDs represented in `var_drug_ann.tsv`
25
25
-[Huggingface/AutoGKB](https://huggingface.co/datasets/shlokn/autogkb): This converts the annotations and article text into a dataset format for benchmarking
26
26
27
-
## Progress Tracker
28
-
| Category | Task | Status |
29
-
| --- | --- | --- |
30
-
| Initial Download | Download the zip of variants from pharmgkb | ✅ |
31
-
|| Get a PMID list from the variants tsv (column PMID) | ✅ |
32
-
|| Convert the PMID to PMCID | ✅ |
33
-
|| Update to use non-official pmid to pmcid (aaron's method) ||
34
-
|| Fetch the content from the PMCID | ✅ |
35
-
| Benchmark | Create pairings of annotations to articles | ✅ |
36
-
|| Create a niave score of number of matches ||
37
-
|| Create group wise score ||
38
-
|| Look into advanced scoring based on distance from truth per term ||
39
-
| Workflows | Integrate Aaron's current approach | ✅ |
40
-
|| Document on individual annotation meanings ||
41
-
|| Delegate annotation groupings to team members ||
42
-
| New Article Fetching | Replicate PharGKB current workflow ||
0 commit comments