Shreshth Gandhi commited on
Commit
80f172e
·
1 Parent(s): 30fc230

Update community tutorial links

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -105,7 +105,6 @@ Please see the [Data Loading Tutorial](tutorials/loading_data.ipynb) for a walkt
105
  Here are a links to few resources created by the community. We would love to feature additional tutorials from the community, if you have built something on top of
106
  Tahoe-100M, please let us know and we would love to feature your work.
107
 
108
- <table>
109
  <table>
110
  <thead>
111
  <tr>
@@ -117,19 +116,18 @@ Tahoe-100M, please let us know and we would love to feature your work.
117
  <tbody>
118
  <tr>
119
  <td>Analysis guide for Tahoe-100M using rapids-single-cell, scanpy and dask</td>
120
- <td><a href="https://github.com/scverse" target="_blank">
121
- scverse
122
- </a>
123
- </td>
124
- <td>
125
- <a href="https://github.com/theislab/vevo_Tahoe_100m_analysis/tree/tahoe-DGX-fix" target="_blank">
126
- Link
127
- </a>
128
- </td>
129
  </tr>
130
  </tbody>
131
  </table>
132
 
 
133
  ## Dataset Features
134
  We provide multiple tables with the dataset including the main data (raw counts) in the `expression_data` table as well as
135
  various metadata in the `gene_metadata`,`sample_metadata`,`drug_metadata`,`cell_line_metadata`,`obs_metadata` tables.
 
105
  Here are a links to few resources created by the community. We would love to feature additional tutorials from the community, if you have built something on top of
106
  Tahoe-100M, please let us know and we would love to feature your work.
107
 
 
108
  <table>
109
  <thead>
110
  <tr>
 
116
  <tbody>
117
  <tr>
118
  <td>Analysis guide for Tahoe-100M using rapids-single-cell, scanpy and dask</td>
119
+ <td><a href="https://github.com/scverse" target="_blank">SCVERSE</a></td>
120
+ <td><a href="https://github.com/theislab/vevo_Tahoe_100m_analysis/tree/tahoe-DGX-fix" target="_blank">Link</a></td>
121
+ </tr>
122
+ <tr>
123
+ <td>Tutorial for accessing Tahoe-100M h5ad files hosted by the Arc Institute</td>
124
+ <td><a href="https://github.com/ArcInstitute" target="_blank">Arc Institute</a></td>
125
+ <td><a href="https://github.com/ArcInstitute/arc-virtual-cell-atlas/blob/main/tahoe-100M/tutorial-py.ipynb" target="_blank">Link</a></td>
 
 
126
  </tr>
127
  </tbody>
128
  </table>
129
 
130
+
131
  ## Dataset Features
132
  We provide multiple tables with the dataset including the main data (raw counts) in the `expression_data` table as well as
133
  various metadata in the `gene_metadata`,`sample_metadata`,`drug_metadata`,`cell_line_metadata`,`obs_metadata` tables.