|
6 | 6 | "private_outputs": true,
|
7 | 7 | "provenance": [],
|
8 | 8 | "gpuType": "T4",
|
9 |
| - "authorship_tag": "ABX9TyOMiXRcgn3vkuYcXjQWfrZD", |
10 | 9 | "include_colab_link": true
|
11 | 10 | },
|
12 | 11 | "kernelspec": {
|
|
164 | 163 | "#@markdown ## Option 1: download from database <br>\n",
|
165 | 164 | "#@markdown Instead of uploading, you can also specify the link here to automatically download maps from ENCODE and other servers.\n",
|
166 | 165 | "#@markdown Example: https://www.encodeproject.org/files/ENCFF689CUX/@@download/ENCFF689CUX.hic\n",
|
167 |
| - "download_link = 'https://www.encodeproject.org/files/ENCFF689CUX/@@download/ENCFF689CUX.hic' #@param {type:\"string\"}\n", |
| 166 | + "download_link = '' #@param {type:\"string\"}\n", |
168 | 167 | "output_dir=\"/content/\"\n",
|
169 | 168 | "if download_link!='':\n",
|
170 | 169 | " root_dir = os.getcwd()\n",
|
|
276 | 275 | "#@markdown For \"Reproducibility analysis\", \"Loop detection\", \"Resolution enhancement\",and \"Single-cell Hi-C\" task, 224$\\times$224 is suggested input size.\n",
|
277 | 276 | "#@markdown <br> For \"Epigenomic Profiling\", the suggested input size is 128$\\times$4000.\n",
|
278 | 277 | "#@markdown <br> For \"Hi-C Embedding\", please chooce the submatrix size that you are interested. Please make sure the numbers are multiplies of 16.\n",
|
279 |
| - "submat_height= 224 #@param {type:\"number\"}\n", |
280 |
| - "submat_width= 224 #@param {type:\"number\"}\n", |
| 278 | + "\n", |
| 279 | + "submat_height = 128 #@param {type:\"number\"}\n", |
| 280 | + "submat_width = 4000 #@param {type:\"number\"}\n", |
281 | 281 | "#@markdown Configure scanning stride for the input Hi-C matrix. The default should applies to most settings.\n",
|
282 |
| - "stride = 20 #@param {type:\"number\"}\n", |
| 282 | + "stride = 32 #@param {type:\"number\"}\n", |
283 | 283 | "#@markdown Configure scanning boundary for the input Hi-C matrix. Default 0 indicates scanning across the diagonal, should work for most tasks. You can adjust based on your need.\n",
|
284 | 284 | "scan_boundary = 0 #@param {type:\"number\"}\n",
|
285 | 285 | "#@markdown Configure the batch size for HiCFoundation inference.\n",
|
|
313 | 313 | " file.write(\"%s\"%command_line)"
|
314 | 314 | ],
|
315 | 315 | "metadata": {
|
316 |
| - "cellView": "form", |
317 |
| - "id": "ul4yLfwbQzpp" |
| 316 | + "id": "ul4yLfwbQzpp", |
| 317 | + "cellView": "form" |
318 | 318 | },
|
319 | 319 | "execution_count": null,
|
320 | 320 | "outputs": []
|
|
0 commit comments