Skip to content

Commit

Permalink
update to readthedocs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbsdavidl committed Feb 10, 2024
1 parent 9b5f5f5 commit 71f19e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Contents

.. toctree::
Using gene set gmt files <gmt_files_doc>
The decoupler/omnipath api <decoupler_api_doc>
Decoupler/OmniPath API <decoupler_api_doc>
Smooth count matrices <smoothing_adatas_doc>

The problem: The sparsity of scRNA-seq data creates a poor overlap with many gene sets, which in turn makes gene set scoring difficult.
Expand Down
8 changes: 6 additions & 2 deletions docs/smoothing_adatas_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ See gssnng/notebooks for examples on all methods.

2. Get gene sets formatted as a .gmt file. (default is UP, also uses _UP, _DN, and split gene sets _UP+_DN), see below for more details.

3. Score cells, each gene set will show up as a column in adata.obs.
3. Smooth, each category defined by the groupby will be an AnnData.

4. Returned list is a tuple of (AnnData, Groupby-Category)

::

Expand All @@ -66,7 +68,9 @@ See gssnng/notebooks for examples on all methods.
recompute_neighbors=11, # Rebuild nearest neighbor graph with groups, 0 turns off function
cores=4) # Smoothed in parallel.


# q_list is a list of tuples
for qi in q_list:
print(qi[1]) # the groupby-category names

Parameters
----------
Expand Down

0 comments on commit 71f19e4

Please sign in to comment.