Panomics Documentation
  • Overview
  • Projects
    • Project Structure
    • Project Visibility
    • Project Access
  • Samples
    • Sample Lifecycle
    • Sample Ingestion
    • Sample Metadata
  • Analyses
    • Create an Analysis
    • Delete an Analysis
    • Change Analysis Status
    • Publish an Analysis
    • View Analysis Audit Trail
    • Analysis Workbench
      • Quality Control
      • Gene Expression
      • Compute Statistics
      • Sample/Cell Explorer
        • Normalization
        • UMAP
      • Cell Composition
      • Marker Genes
      • Differential Gene Expression
      • Differential Pathway Activity
      • WGCNA
      • Gene Set Enrichment
    • Data Slices
  • OmicsBrowser
  • Gene Signature Similarity
  • Compute Runtimes
    • Codeless Compute
    • Code-based Compute
  • API Keys
  • Administration
    • Roles
    • Users
    • Ontologies
    • Metadata Fields
    • Collections
    • Gene Set Collections
    • Organization Settings
  • Release Notes
  • Technical Support
  • Legal
Powered by GitBook
On this page
  • Single cell RNA-seq:
  • Normalize total
  • Log transform
  • Compute highly variable genes
  • Scale counts
  • Bulk RNA-seq
  • Normalize counts
  • Log transform
  • Scale counts
  1. Analyses
  2. Analysis Workbench
  3. Sample/Cell Explorer

Normalization

PreviousSample/Cell ExplorerNextUMAP

Last updated 7 months ago

The first step in any new analysis is to perform normalization. The normalization command performs different actions, depending on the workflow. A runtime is required.

To run normalization, click the Normalize button in the top bar of workbench.

Single cell RNA-seq:

1

Normalize total

Normalizes each cell by total counts over all genes, so that every cell has the same total count after normalization (target = 10,000).

2

Log transform

Takes log1p of normalized counts.

3

Compute highly variable genes

Uses the seurat flavor of the algorithm with a gene threshold of 2,000.

4

Scale counts

Uses a max value of 10.

Bulk RNA-seq

1

Normalize counts

Uses TMM (Trimmed Mean of M component) to make samples comparable.

2

Log transform

Takes log1p of normalized counts.

3

Scale counts

Uses a max value of 10.

For each dataset, Panomics keeps a copy of the raw counts and a copy of the unscaled normalized and log-transformed counts alongside the scaled version.

Standard Compute