File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 5555# nbsphinx configuration
5656# nbsphinx_allow_errors = True
5757nbsphinx_thumbnails = {
58- # 'notebooks/1. Querying Attributions (MS1 signature) ': '_static/query_thumbnail_1 .png',
59- # 'notebooks/2. Generating Attributions': '_static/generate_thumbnail_1 .png',
58+ 'notebooks/1. Querying Attributions' : '_static/query_thumbnail .png' ,
59+ 'notebooks/2. Generating Attributions' : '_static/generate_thumbnail .png' ,
6060}
6161
6262# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ collection of gene attributions.
2121Attribution scores can be used for rapid gene signature scoring across database
2222of 22 million single cell transcriptomes.
2323
24+ .. image :: _static/overview_image.png
25+ :width: 75%
26+ :align: center
27+
2428Capabilities
2529--------------------------------------------------------------------------------
2630
@@ -29,11 +33,19 @@ Query Attributions
2933
3034:mod: `signature.signature ` provides tools to query attributions across dozens of cell types from hundreds of studies.
3135
36+ .. image :: _static/query_image.png
37+ :width: 75%
38+ :align: center
39+
3240Generate attributions
3341^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3442
3543:mod: `signature.signature ` also provides tools to generate attribution scores on new data that can be integrated with out existing scores.
3644
45+ .. image :: _static/generate_image.png
46+ :width: 75%
47+ :align: center
48+
3749Indices
3850--------------------------------------------------------------------------------
3951
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ Tutorials
55
66.. nbgallery ::
77
8- Querying Attributions <notebooks/1. Querying Attributions.ipynb >
9- Generating Attributions <notebooks/2. Generating Attributions.ipynb >
8+ Querying Attributions <notebooks/1. Querying Attributions>
9+ Generating Attributions <notebooks/2. Generating Attributions>
You can’t perform that action at this time.
0 commit comments