Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial.md #5602

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions topics/single-cell/tutorials/GO-enrichment/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ In this tutorial will use the following datasets:
## [A] Marker Genes:

We'll start with two input datasets of marker genes (Study sets):
* **Marker genes per cell cluster:** This dataset lists the genes that are significantly different in each cell cluster.
* **Marker genes per condition (wt and ko):** This dataset lists the genes that are significantly different between the wild-type (wt) and knockout (ko) conditions.
* **Marker genes per cell cluster:** This dataset lists the genes that are differentially enriched different in each cell cluster.
shiltemann marked this conversation as resolved.
Show resolved Hide resolved
* **Marker genes per condition (wt and ko):** This dataset lists the genes that are differentially enriched between the wild-type (wt) and knockout (ko) conditions.

*Note:* Marker genes were obtained using Scanpy FindMarkers tool. The top 50 marker genes were included in the downstream GO enrichment analysis. Scanpy FindMarkers tool selects the marker genes based on their log2 fold change and p-values. Focusing on the top-ranked genes helps to filter out less relevant genes, thereby addressing the concern of high false positives that can arise from traditional methods.
*Note:* Marker genes were obtained using Scanpy FindMarkers tool. The top 50 marker genes were included in the downstream GO enrichment analysis. More genes can be included in the analysis depending on the requirements. Scanpy FindMarkers tool selects the marker genes based on their log2 fold change and p-values. Focusing on the top-ranked genes helps to filter out less relevant genes, thereby addressing the concern of high false positives that can arise from traditional methods.

## [B] GO Enrichment Files:

Expand Down Expand Up @@ -134,7 +134,7 @@ To perform GO enrichment analysis on each cell cluster individually, we need to
> 1. {% tool [Split file](toolshed.g2.bx.psu.edu/repos/bgruening/split_file_on_column/tp_split_on_column/0.4) %} with the following parameters:
> - {% icon param-file %} *"File to select"*: `Markers_cluster` (Input dataset)
> - *"on column"*: `c1`
> - *"Include the header in all splitted files?"*: `Yes`
> - *"Include the header in all split files?"*: `Yes`
shiltemann marked this conversation as resolved.
Show resolved Hide resolved
>
>
> > <comment-title> Input Dataset </comment-title>
Expand Down
Loading