Open
Conversation
sjspielman
reviewed
Mar 19, 2026
| | `af_resolution` | `alevin-fry quant` resolution mode used | | ||
| | `usa_mode` | Boolean indicating whether quantification was done using `alevin-fry` USA mode | | ||
| | `af_num_cells` | Number of cells reported by `alevin-fry` | | ||
| | `mapping_tool` | Pipeline used for mapping and quantification. `alevin-fry` for all tag-based experiments (e.g. 10Xv2, 10Xv3) and `cellranger-multi` for probe-based experiments (GEM-X Flex) | |
Member
There was a problem hiding this comment.
I can neither confirm nor deny that I just spent 3 minutes being really confused why we don't set this for spaceranger too, only to remember we do not make SPEs. That's the other thing I work on (training materials).
| In brief, we utilized [selective alignment](#selective-alignment) to the [`splici` index](#reference-transcriptome-index). | ||
|
|
||
| The only exception to this was single-nuclei samples generated using the probe-based GEM-X Flex platform from 10x Genomics. | ||
| See [Quantification for GEM-X Flex samples](#quantification-for-gem-x-flex-samples) for more information. |
Member
There was a problem hiding this comment.
Suggested change
| See [Quantification for GEM-X Flex samples](#quantification-for-gem-x-flex-samples) for more information. | |
| See [Quantification for GEM-X Flex samples](#mapping-and-quantification-for-gem-x-flex-samples) for more information. |
|
|
||
| ### Mapping and quantification for GEM-X Flex samples | ||
|
|
||
| Libraries that were generated using the GEM-X Flex technology from 10x Genomics were quantified with the [`cellranger multi` pipeline](https://www.10xgenomics.com/support/software/cell-ranger/latest/analysis/running-pipelines/cr-multi) within Cell Ranger. |
Member
There was a problem hiding this comment.
Comment that applies throughout PR - pick either cellranger multi or cellranger-multi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #491
This PR adds in documentation for the 10x flex libraries that are going to be on the Portal soon. I updated the processing information page to include a section on using
cellranger multifor GEM-X Flex libraries. To do this I rearranged some of the existingalevin-frycontent slightly. Mostly, I wanted to talk about everything specific toalevin-fryall the way through reading in the counts data in one section and then the Flex stuff in a different section. Everything after that is the same regardless of technology.I also updated the metadata slots in the individual SCEs and merged SCEs to add the new cellranger specific slots (see https://github.com/AlexsLemonade/scpca-nf/blob/fa640c3c86de99a7190264949646e392ed9ecdbb/references/sce-formatting-reference.json#L66-L70). I also denoted which ones were only present if mapping was done with
alevin-fry. Lastly, I rearranged the order slightly to group all the alevin-fry specific ones and cellranger multi specific ones together.