MultiQC logo

Space Ranger

Supported Tool

Summarise quality metrics from 10x Genomics Space Ranger count.

Description

The Space Ranger module parses the quality reports generated by 10x Genomics Space Ranger (tested on Cell Ranger 2.1) and summarise the main information useful for QC, including:

  • sequencing metrics
  • mapping metrics
  • estimated number of spots, and reads per spot.
  • detected genes per spot

Note that clustering results, differentially expressed genes and the images themselves are not reported.

The input files are web summaries generated by Space Ranger. Expected file names are *web_summary.html. Sample IDs are parsed directly from the reports.

If present in the original report, any warning is reported as well.

File search patterns

spaceranger/count_html:
  - fn: "*.html"
    contents: '"command":"Space Ranger","subcommand":"count"'
    num_lines: 13
  - fn: "*.html"
    contents: '"command": "Space Ranger", "subcommand": "count"'
    num_lines: 13