Skip to content

Commit

Permalink
[Doc] Fixed a few minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin931 committed Oct 11, 2024
1 parent fae6887 commit 5decce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/tutorial/benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Datasets
----------

You will also have to download the necessary datasets used in our paper. All the accession methods and
their availablility is in the XXX section of our paper!
their availablility is in the
`Availability of data and materials <https://genomebiology.biomedcentral.com/articles/10.1186/s13059-023-03099-1#availability-of-data-and-materials>`_
section of our paper!


--------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial/creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Cell Types and Expressions
-----------------------------

With the Creation Mode, we have the assumption that cell types are identified via gating in real life. For example, we use CD4 and CD8
as markers to identify T cells. For a given cell type, we can thus some channels to be highly expressed whereas other channels to be
as markers to identify T cells. For a given cell type, we can thus expect some channels to be highly expressed whereas other channels to be
not as highly expressed. This framework serves as the foundation of Cytomulate's Creation Mode. Internally, we use a matrix to encode
the expression pattern for each cell type, where as levels of expression for each channel is encoded. You can tune these parameters
to make sure that diverse pattrns can be generated.
Expand Down

0 comments on commit 5decce9

Please sign in to comment.