EFISH Genomics EFISH Genomics NS&B snRNASeq Tutorial
  • Home
  • Schedule
  • Setup
  1. Interactive Marker-Gene Explorer
  • Overview
    • Overview
    • Schedule
  • June 8: Introduction, Injection, and EOD Analysis
    • Introduction: Single-Cell Transcriptomics in Weakly Electric Fish
    • EOD Recording: A Practical Overview
    • 11-KT Injection Protocol
    • Examining EOD Duration from Raw Recordings
  • June 9: Tissue Dissection
    • Dissection of Electric Organ, Skin, and Brain for snRNA-seq
  • June 10: Intro to Single-Nucleus RNA-seq Analysis
    • Introduction to Single-Nucleus RNA-seq
  • June 11: Isolating Single Nuclei
    • Isolating Nuclei from Mormyrid Tissues: Theoretical Overview
  • June 12: Preprocessing and Batch Correction
    • snRNA-seq Computation & QC
    • Preprocessing the Electric Organ snRNA-seq Data
  • June 13: Cell-Type Annotation and Differential Expression
    • Cell-Type Annotation and Differential Expression in the Electric Organ

  • Interactive Marker-Gene Explorer
  • Setup

Interactive Marker-Gene Explorer

This interactive companion to the Cell-Type Annotation and Differential Expression episode lets you explore the cluster markers we compute with FindAllMarkers.

Click any cluster on the Harmony UMAP (or use the dropdown) to see the genes that distinguish it from all other nuclei — gene symbol, NCBI product description, and the FindAllMarkers statistics (avg_log2FC, pct.1, pct.2, and the adjusted p-value). The table is sorted by effect size and is searchable, so you can defend a cluster’s identity from its top markers.

Note

The app runs entirely in your browser (no server). The first load downloads the R runtime and may take 10–20 seconds — give it a moment to start.

Source Code
---
title: "Interactive Marker-Gene Explorer"
page-layout: full
toc: false
---

This interactive companion to the [Cell-Type Annotation and Differential
Expression](snrnaseq-annotation-and-de.html) episode lets you explore the
cluster markers we compute with `FindAllMarkers`.

**Click any cluster** on the Harmony UMAP (or use the dropdown) to see the genes
that distinguish it from all other nuclei — gene symbol, NCBI product
description, and the `FindAllMarkers` statistics (`avg_log2FC`, `pct.1`, `pct.2`,
and the adjusted *p*-value). The table is sorted by effect size and is
searchable, so you can defend a cluster's identity from its top markers.

::: {.callout-note}
The app runs entirely in your browser (no server). The first load downloads the
R runtime and may take 10–20 seconds — give it a moment to start.
:::

::: {.column-screen-inset-right}
```{=html}
<iframe src="https://d18e7eu8nurr5a.cloudfront.net/apps/marker-explorer/index.html"
        title="EO Marker-Gene Explorer"
        style="width:100%; height:85vh; min-height:640px; border:1px solid #ddd; border-radius:6px;"
        loading="lazy"
        allow="cross-origin-isolated">
</iframe>
```
:::
 

Content by Dr. Jason R. Gallant - Michigan State University  |  Licensed CC-BY 4.0  |  Source on GitHub

  • Edit this page
  • Report an issue