wf-single-cell documentation

By EPI2ME Labs
10 min read

Single cell workflow

Identification of cell- and UMI barcodes from single-cell sequencing.

Introduction

This workflow extracts cell barcodes and UMIs from 10x-generated single cell libraries. It was initially created as a Nextflow port of Sockeye.

In brief, the workflow does the following:

  • Adapter identification, fused read splitting and stranding.
  • Mapping of reads to genomic reference.
  • Gene and transcript read assignment.
  • Cell barcode and UMI extraction and correction.
  • Generation of gene and transcript count matrices for unique UMIs.
  • Tagging BAM files with cell barcodes and UMIs.
  • Calculation of library saturation.

The BLAZE preprint provided useful benchmarking of the original sockeye implementation. This assisted in the selection of appropriate thresholds for cell cut-off and for defining the limits of the gene x cell matrix.

The isoform selection procedure used in this workflow was adapted from that found in the FLAMES package.

Compute requirements

Recommended requirements:

  • CPUs = 64
  • Memory = 256GB

Minimum requirements:

  • CPUs = 8
  • Memory = 16GB

Approximate run time: 48h for 120M reads

ARM processor support: True

Install and run

These are instructions to install and run the workflow on command line. You can also access the workflow via the EPI2ME application.

The workflow uses Nextflow to manage compute and software resources, therefore nextflow will need to be installed before attempting to run the workflow.

The workflow can currently be run using either Docker or Singularity to provide isolation of the required software. Both methods are automated out-of-the-box provided either docker or singularity is installed. This is controlled by the -profile parameter as exemplified below.

It is not required to clone or download the git repository in order to run the workflow. More information on running EPI2ME workflows can be found on our website.

The following command can be used to obtain the workflow. This will pull the repository in to the assets folder of nextflow and provide a list of all parameters available for the workflow as well as an example command:

nextflow run epi2me-labs/wf-single-cell –help

A demo dataset is provided for testing of the workflow. It can be downloaded using:

wget https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-single-cell/wf-single-cell-demo.tar.gz \
&& tar -xzvf wf-single-cell-demo.tar.gz

The workflow can be run with the demo data using:

nextflow run epi2me-labs/wf-single-cell \
--fastq wf-single-cell-demo/chr17.fq.gz \
--kit_name 3prime \
--kit_version v3 \
--expected_cells 100 \
--ref_genome_dir wf-single-cell-demo/ \
--plot_umaps \
-profile standard

For further information about running a workflow on the cmd line see https://labs.epi2me.io/wfquickstart/

This workflow is designed to take input sequences that have been produced from Oxford Nanopore Technologies devices.

Find related protocols in the Nanopore community.

Input example

This workflow accepts only FASTQ files as input.

The FASTQ input parameters for this workflow accept one of three cases: (i) the path to a single FASTQ file; (ii) the path to a top-level directory containing FASTQ files; (iii) the path to a directory containing one level of sub-directories which in turn contain FASTQ files. In the first and second cases (i and ii), a sample name can be supplied with --sample. In the last case (iii), the data is assumed to be multiplexed with the names of the sub-directories as barcodes. In this case, a sample sheet can be provided with --sample_sheet.

(i) (ii) (iii)
input_reads.fastq ─── input_directory ─── input_directory
├── reads0.fastq ├── barcode01
└── reads1.fastq │ ├── reads0.fastq
│ └── reads1.fastq
├── barcode02
│ ├── reads0.fastq
│ ├── reads1.fastq
│ └── reads2.fastq
└── barcode03
└── reads0.fastq

Input parameters

Input Options

Nextflow parameter nameTypeDescriptionHelpDefault
fastqstringFASTQ files to use in the analysis.This accepts one of three cases: (i) the path to a single FASTQ file; (ii) the path to a top-level directory containing FASTQ files; (iii) the path to a directory containing one level of sub-directories which in turn contain FASTQ files. In the first and second case, a sample name can be supplied with --sample. In the last case, the data is assumed to be multiplexed with the names of the sub-directories as barcodes. In this case, a sample sheet can be provided with --sample_sheet.
ref_genome_dirstringThe path to the 10x reference directoryHuman reference data can be downloaded from 10x here. Instructions for preparing reference data can be found here
merge_bambooleanMerge BAM alignment files into a single BAM file per sampleMerging of BAM files can take a significant amount of time and uses additional disk space. By default BAM files are output per chromosome. Set to true if a BAM file per sample is needed for downstream analyses.False
kit_namestring10x kit nameIf single_cell_sample_sheet is not defined, kit_name is applied to all samples. This parameter is ignored if single_cell_sample_sheet is supplied.3prime
kit_versionstring10x kit version10x kits can be released with different versions, each requiring a specific whitelist that is looked-up by the workflow. If single_cell_sample_sheet is not defined, kit_version is applied to all samples. This parameter is ignored if single_cell_sample_sheet is supplied. 3prime kit options: [v2, v3]. For 5prime and multiome kits only v1 is available.v3
expected_cellsintegerNumber of expected cells in the sample.The number of expected cells. If single_cell_sample_sheet is not defined, expected_cells is applied to all samples. This parameter is ignored if single_cell_sample_sheet is supplied.500
full_length_onlybooleanOnly process full length reads.If set to true, only process reads or subreads that are classified as full length (read segments flanked by compatible adapters in the expected orientation).True

Sample Options

Nextflow parameter nameTypeDescriptionHelpDefault
single_cell_sample_sheetstringAn optional CSV file used to assign library metadata to the different samples. If all samples have the same library metadata, this can be supplied instead by using the parameters (kit_name, kit_version, expected cells).Columns should be: [sample_id, kit_name, kit_version, exp_cells]. This must not be confused with the MinKNOW sample_sheet. sample_id should correspond to sample_name which is defined either in the sample_sheet, given by the sample parameter (for single sample runs) or if no sample_sheet or sample is given, is derived from the folder name containing the FASTQ files.
sample_sheetstringA CSV file used to map barcodes to sample aliases. The sample sheet can be provided when the input data is a directory containing sub-directories with FASTQ files.The sample sheet is a CSV file with, minimally, columns named barcode and alias. Extra columns are allowed. A type column is required for certain workflows and should have the following values; test_sample, positive_control, negative_control, no_template_control.
samplestringA single sample name for non-multiplexed data. Permissible if passing a single .fastq(.gz) file or directory of .fastq(.gz) files.

Output Options

Nextflow parameter nameTypeDescriptionHelpDefault
out_dirstringDirectory for output of all workflow results.output
plot_umapsbooleanOptionally generate UMAP plots.If set to false (the default), UMAP projection and plotting will be skipped, which will speed up the workflow.False

Advanced options

Nextflow parameter nameTypeDescriptionHelpDefault
kit_configstringA file defining the configurations associated with the various supported 10x kits.A CSV file is expected with the following headers [kit_name, kit_version, barcode_length, umi_length]. If not specified, a default kit_configs.csv (found in the project directory root) will be used. This parameter does not typically need be changed.
max_threadsintegerThis is used to control how many threads the following multithread-capable processes can use: combine_chrom_bams(max 8 threads), stringtie(max_threads/4), align_to_transcriptome(max_threads/2). It is also used as the number of parts to chunk the FASTQ data into before processing.The total CPU resource used by the workflow is constrained by the executor configuration.4
barcode_adapter1_suff_lengthintegerSuffix length of the read1 adapter to use in creating the probe sequence for identifying barcode/UMI bases.For example, specifying 12 would mean that the last 12 bases of the specified read1 sequence will be included in the probe sequence.10
barcode_min_qualityintegerMinimum allowed nucleotide-level quality score in the extracted/uncorrected barcode sequence.Values equal or higher to this this will be considered ‘high-quality’ and used for generating the barcode whitelist.15
barcode_max_edintegerMaximum allowable edit distance between uncorrected barcode and the best matching corrected barcode from the sample whitelist.Barcodes are corrected by searching from a list of barcodes known to exist in the dataset. A maximum edit distance of 2 between query and whitelist barcode is recommended.2
barcode_min_ed_diffintegerMinimum allowable edit distance difference between whitelist barcode candidates.If there is more than one candidate barcode found in the whitelist, the edit distance difference of the top hit and second best hits (in relation to the uncorrected barcode) must be at least this value to be able to assign a barcode. If the edit distance difference is less than this, it is assumed that barcode identity is amiguous, and the read is not tagged with a corrected barcode.2
gene_assigns_minqvintegerMinimum MAPQ score allowed for a read to be assigned to a gene.30
matrix_min_genesintegerFilter cells from the gene expression matrix if they contain fewer than <matrix_min_genes> genes.200
matrix_min_cellsintegerFilter genes from the gene expression matrix that are observed in fewer than <matrix_min_cells> cells.3
matrix_max_mitointegerFilter cells from the gene expression matrix if more than <matrix_max_mito> percent of UMI counts come from mitochondrial genes.20
matrix_norm_countintegerNormalize expression matrix to <matrix_norm_count> counts per cell.10000
umap_plot_genesstringFile containing a list of gene symbols (one symbol per line) to annotate with expression values in the UMAP projections.
resources_mm2_max_threadsintegerMaximum allowed threads for the minimap2 stage.The total CPU resource used by the workflow is constrained by the executor configuration.4
resources_mm2_flagsstringOptional flags for the minimap2 stage.Minimap2 options can be supplied to modify the alignment parameters: eg ‘-I 4G’ loads at max 4G bases into memory for indexing.-I 16G
adapter_scan_chunk_sizeintegerChunk size for adapter scanning step.Set the number of reads per chunk to process in the adapter_scan stage. If set to 0 (the default), the input reads will be split into one chunk per threads provided with max_threads.0
process_chunk_sizeintegerControl the size of chunks for processing of data.Several steps process the data into chunks of n reads/alignments. Use a smaller number to reduce peak memory use.100000
mito_prefixstringGene name prefix to identify for mitochondrial genes.Parts of the workflow analyse mitochondrial genes separately. These genes are identified by searching for a gene name prefix. Human mitochondrial genes can be identified with prefix ‘MT-’ and mouse genes with prefix ‘mt-’. If the reference genome contains data from multiple organisms with different nomenclature, multiple prefixes can be supplied like so: ‘MT-,mt-’MT-
umap_n_repeatsintegerNumber of UMAP projection to repeat for each dataset.The UMAP algorithm contains elements of randomness that can mislead users into seeing associations between cells that are not meaningful. It is recommended to view multiple plots generated with the same parameters and check that any observed structure is consistent across runs.3
stringtie_optsstringStringTie options for transcriptome assembly.StringTie option string can be supplied at the command line as in this example: --stringtie_opts="-c 5 -m 100 ". StringTie options can be found here: http://ccb.jhu.edu/software/stringtie/index.shtml?t=manual. The default option (-c 2) ensures that only transcripts with a coverage of 2 or higher are included in the generated transcriptome-c 2

Miscellaneous Options

Nextflow parameter nameTypeDescriptionHelpDefault
disable_pingbooleanEnable to prevent sending a workflow ping.False

Outputs

Output files may be aggregated including information for all samples or provided per sample. Per-sample files will be prefixed with respective aliases and represented below as {{ alias }}.

TitleFile pathDescriptionPer sample or aggregated
workflow report./wf-single-cell-report.htmlReport for all samplesaggregated
Concatenated sequence data./fastq_ingress_results/reads/{{ alias }}.fastq.gzPer sample reads concatenated in a single FASTQ file.per-sample
Results summaries./{{ alias }}/{{ alias }}.config_stats.jsonResults summaries including adapter configuration numbers.per-sample
Gene expression counts./{{ alias }}/{{ alias }}.gene_expression.counts.tsvGene x cell expression matrix.per-sample
Processed gene expression counts./{{ alias }}/{{ alias }}.gene_expression.processed.tsvFiltered and normalized gene x cell expression matrix.per-sample
Transcript expression counts./{{ alias }}/{{ alias }}.transcript_expression.counts.tsvTranscript x cell expression matrix.per-sample
Processed transcript expression counts./{{ alias }}/{{ alias }}.transcript_expression.processed.tsvFiltered and normalized transcript x cell expression matrix.per-sample
Mitochondrial expression levels./{{ alias }}/{{ alias }}.gene_expression.mito.tsvPer cell mitochondrial gene expression as percentage total of total gene expression.per-sample
Knee plot./{{ alias }}/{{ alias }}.kneeplot.pngKnee plot illustrating the filtering of cells by read count.per-sample
Saturation curves./{{ alias }}/{{ alias }}.saturation_curves.pngSaturation plots that indicate sampling of library complexity.per-sample
Read tags./{{ alias }}/{{ alias }}.read_tags.tsvPer read assigned barcodes UMIs genes and transcripts.per-sample
Barcode counts./{{ alias }}/{{ alias }}.uncorrected_bc_counts.tsvThe counts of each barcode present in the sequenced library (only barcodes that have a 100% match in the 10x whitelist are included).per-sample
Whitelist./{{ alias }}/{{ alias }}.whitelist.tsvThe barcodes found in the library that remain after filtering.per-sample
Alignment output per chromosome./{{ alias }}/bams/{{ alias }}.{{ chromosome }}.tagged.bamGenomic alignment output file per chromosome.per-sample
Alignment index per chromosome./{{ alias }}/bams/{{ alias }}.{{ chromosome }}.tagged.bam.baiGenomic alignment index file per chromosome.per-sample
Alignment output per sample./{{ alias }}/bams/{{ alias }}.tagged.sorted.bamGenomic alignment output file with aggregated chromosomes (when using —merge_bam).per-sample
Alignment index per sample./{{ alias }}/bams/{{ alias }}.tagged.sorted.bam.baiGenomic alignment index file with aggregated chromosomes (when using —merge_bam).per-sample
Transcriptome sequence./{{ alias }}/{{ alias }}.transcriptome.fa.gzTranscriptome generated by Stringtie during transcript discovery stageper-sample
Transcriptome annotation./{{ alias }}/{{ alias }}.transcriptome.gff.gzTranscriptome annotation generated by Stringtie during transcript discovery stageper-sample

Pipeline overview

The following section details the main steps of the workflow.

1. Concatenates input files and generate per read stats.

The fastcat/bamstats tool is used to concatenate multi-file samples to be processed by the workflow. It will also output per read stats including average read lengths and qualities.

2. Stranding and identification of full-length reads

Reads derived from a 10x Genomics library will ideally be flanked by two different adapter sequences. These reads are more likely to represent full length mRNA molecules, although that isn’t guaranteed as some cDNAs may have been created by internal priming or represent other cDNA synthesis artifacts. See this 10x Genomics Technical Note for more information.

This stage of the workflow assigns an adapter configuration to each read. This assigned configurations allows the stranding and orientating the reads. The following schematic shows an example read structure from 10x Genomics 3 library .

10x read structure
Fig.1 Read structure for 10x 3prime kit reads

Adapter are located within the reads using vsearch (Read1 and TSO in Fig.1 in the case of the 3prime kit). The table below details the adapter sequences for each of the 10x Genomics kits, along with links to the relevant user guides.

Kitadapter1adapter210x user guide
3CTACACGACGCTCTTCCGATCTATGTACTCTGCGTTGATACCACTGCTT3’ kit
multiomeCTACACGACGCTCTTCCGATCTATGTACTCTGCGTTGATACCACTGCTT5’ kit
5CTACACGACGCTCTTCCGATCTGTACTCTGCGTTGATACCACTGCTTmultiome kit

Concatenated reads are identified by adapter configuration and are split into individual subreads and reorientated if required. The following table details the various configurations and the actions taken for each.

configurationaction
Full lengthReads are trimmed from each side and oriented and adapter2 is removed
Single adapter1Reads are oriented and trimmed from adapter1 end only
Single adapter2Reads are oriented and trimmed from the adapter2 end only
double adapter1Reads are trimmed from both sides
double adapter2Reads are trimmed from both sides
otherNo valid adapters found; not used in further analysis

Adapter configuration summaries can be found in the output file {{ alias }}/{{ alias }}.config_stats.json"

To only process full length reads the option --full_length_only should be set to true (default: true). If set to false, reads with only a single adapter or other non-full-length adapter configurations will also be processed.

3. Extract cell barcodes and UMIs

The next step is to extract 10x Genomics barcodes and UMI sequences from the stranded and trimmed reads.

In order to do this, the first 100bp of each read are aligned to a reference probe using parasail. This probe contains a suffix of the adapter1 sequence, some ambiguities (“Ns”) representing the barcode and UMI, and a polyT tract.

probe image
Fig.2 Schematic of a 3′ v3 probe aligned to the read prefix

In this case, the first 16bp of the read that aligns to the N probe region is where the barcode is expected to be, so this sequence is assigned as uncorrected barcode. The following 12 bp are where the UMI is expected, and is assigned to uncorrected umi.

The probe sequence will vary depending on the size of the expected barcode and UMI, which can be found in the following table.

kitversionbarcode lengthUMI length
3v21610
3v31612
5v11610
multiomev11612

Workflow options:

  • The size of the adapter1 suffix can be specified with: barcode_adapter1_suff_length

Once the barcode and UMI has been extracted, these are then trimmed from the reads along with the adapter1 sequence. These trimmed reads are then used in the alignment step.

4. Aligning reads to genome

The next stage is to align the preprocessed reads to the reference genome. This enables gene and transcript read assignment in downstream steps.

The stranded and trimmed FASTQ reads are mapped to the reference genome using minimap2.
The parameter resources_mm2_max_threads int controls the threads given to an alignment process. Other optional parameters can be supplied to minimap2 using resources_mm2_flags (for example --resources_mm2_flags="-I 16GB").

5. Barcode correction

The aim of this stage is to correct errors present in the previously extracted barcodes. 10x Genomics barcodes are not random; all possible barcode sequences can be found in a whitelist of known barcodes. The appropriate whitelist for each kit and version is chosen automatically by the workflow. The whitelist is used to generate a shortlist of high quality barcodes present in the sample, which is then used to correct barcode errors.

The correction proceeds as follows:

  • A shortlist of all high quality barcodes present in our sample is generated. This is done by adding an uncorrected barcode to the shortlist if it:
    • has a min quality > barcode_min_quality (default 15)

In each cell library there are expected to be some low quality cells and empty droplets that can be identified by their low number of reads. To remove these cells, the shortlist is filtered with a quantile based threshold. This threshold is determined by ranking the cells by read count and taking the top n cells (n = expected_cells). The read count 95th percentile / 20 is the threshold used. This threshold can be visualised in the knee plots generated by the workflow.

For uncorrected barcodes not present in the shortlist, they are cross-referenced against the shortlist, and are assigned a barcode from this list if the candidate barcode meets the following criteria:

  • the query and closest-matched shortlist barcode have an edit distance <= 2
  • The edit distance difference between the top and hit and second top hit in the shortlist >= 2

note: Edit distance here refers specifically to the Levenshtein distance, which is the minimum number of single base changes it would take to transform one UMI into another (including insertions, substitutions or deletions).

Workflow options:

  • barcode_max_ed: Max edit distance between the uncorrected barcode and the matching whitelist barcode (default 2).
  • barcode_min_ed_diff: Min difference in edit distance between (1) the uncorrected barcode vs top hit and (2) uncorrected barcode vs runner-up hit (default 2).
  • expected_cells: Number of expected cells. Enter the number of expected cells in the sample.

6. Gene and transcript assignment

Now that barcodes and UMIs have been assigned, the next stage is to assign a gene and transcript to each read.

The first step is to create a transcriptome using stringtie2 (using long read mode -L). The minimum required transcripts for a transcript to be called is 2. This can be changed, along with other stringtie settings using the stringtie_opts options (default “-c 2”). The resulting query transcriptome is then annotated with the supplied reference genome annotation using gffcompare, annotating query transcripts with reference transcript and gene metadata.

The original reads are then mapped to this transcriptome, producing one or more alignments per read.

Transcript assignment

To assign a read to a transcript, we follow a similar procedure to that used by FLAMES.

  • Transcripts that map to intronic query transcripts (those mapping to query transcripts with gffcompare classes [‘i’, ‘y’, ‘p’, ‘s’]) are set to unknown (-). This does not affect the gene assignment.
  • Any read that uniquely maps to the annotated transcriptome is assigned that transcript.
  • Any read that does not uniquely map to a transcript is processed with the following procedure:
    • Order alignments by alignment score (AS)
    • If the top alignment has a better AS or query coverage than the second, and has a minimum transcript coverage of 0.4, assign to this transcript, else set as unknown (-)
    • If the AS is the same between the 1st and 2nd alignment the choose the alignment that has the highest transcript coverage, if the coverage is > 0.8

Gene assignment

For each read, the alignment with the highest genomic MAPQ score is used for gene assignemnt if this score > gene_assigns_minqv (default 30). The gene ID is then derived from the transcript assigned in the transcript assignment step.

7. UMI correction

The next step is to correct UMI errors. The previous barcode correction step leveraged a whitelist of all potential barcodes, drastically narrowing the search space. However, UMIs are random sequences and so there is no way of knowing beforehand which UMIs will be in our library. To reduce the UMI search space, the reads are initially clustered by assigned gene, or if no gene is assigned, by genomic interval. This also has the effect of reducing the likelihood of UMI collisions which occur due to the number of total reads in a library usually being significantly higher than the total possible number of UMIS (16.7 million combinations for a 12bp UMI).

UMI clusters are then generated from these gene-clustered reads using UMI-tools with a slightly modified version of the directional method. For this clustering, Levenshtein distance threshold is used (default 2) instead of Hamming distance, in order to account for UMI indels. The selected node of each cluster is the one with the highest number of reads and is used to assign a corrected_umi to the rest of the reads in that cluster.

8. Make expression matrices

The gene x cell and transcript x cell expression matrices are the main outputs of the workflow and can be used in further analysis of the single cell experiment.

The expression matrices are generated by collapsing the corrected UMIs (counting each unique UMI once) and summing the counts of features (gene or transcript) per cell to give a feature x cell expression matrix (*expression.counts.tsv).

The expression count matrices are further processed in the following way to give gene x cell processed matrices (*expression.processed.tsv):

  • Cells are dropped that contain less than matrix_min_genes genes or transcripts (default 200)
  • Genes are dropped which are present in fewer than matrix_min_cells (default 3)
  • Cells where mitochondrial genes make up more than matrix_max_mito (default 20%) are dropped
  • Counts are normalized to matrix_norm_count (default 10,000) reads/cell
  • Normalized counts are finally log10 transformed

9. Tagging bam files

BAM files generated from aligning reads to the reference genome are now tagged with the following information from the workflow. By default, the BAMs are output per chromosome, but can be concatenated into a single file per sampe using merge_bam. The new bam will contain the following tags:

  • CB: corrected cell barcode sequence
  • CR: uncorrected cell barcode sequence
  • CY: Phred quality scores of the uncorrected cell barcode sequence
  • UB: corrected UMI sequence
  • UR: uncorrected UMI sequence
  • UY: Phred quality scores of the uncorrected UMI sequence

10. Calculate library saturation

Sequencing saturation is an estimate of the library complexity that has been captured in a sequencing run. As read depth per cell increases, the number of genes and distinct UMIs identified will increase at a rate that is dependent on the complexity of the input library.

Reads which have been assigned a corrected barcode, corrected UMI and gene are subsampled by varying degrees and the resulting median reads/cell is plotted against either:

  • median genes per cell: this gives an indication of the gene complexity captured and whether increasing read depth would lead to significantly more genes being identified.
  • median UMIs per cell: this gives an indication of the UMI complexity captured. If this plot plateaus out, it may indicate that PCR duplicates represent a high proportion of the reads at higher sequencing depth.
  • Sequencing saturation: calculated as 1 - (number of unique UMIs across all cells / number of reads across all cells). Values near 0 indicate that very few duplicate UMIs are being identified, whereas values nearer to 1 indicate a higher proportion of duplicate UMIs are being captured. 1 / (1 - sequencing saturation) can be used can be used to estimate how many additional reads would be required to identify a new UMI. For example, if the sequencing saturation is 0.5 (50%) then for each two new reads, one of those should represent a new UMI. If the sequencing saturation is lower, at 0.2 for example, then on average 1.25 reads would need to be sequenced to obtain a new UMI.

11. Make UMAP plots

UMAP (Uniform Manifold Approximation and Projection) is a data visualisation algorithm used for dimensionality reduction. It aims to preserve the local structure and relationships in high-dimensional data (in this case a gene x cell count matrix) when projecting it into a two-dimensional space. This allows structure within the data, such as cell type and state, to be visualised, and can be useful for quality control and gaining an initial view of the data. To generate UMAP plots use plot_umaps. The data used for the UMAP generation are the processed expression matrices

Several UMAP plots are created:

  • gene expression plots show the gene expression UMAPs with each cell annotated with the mean gene expression count
  • mitochondrial expression plots are the same but annotated with mean mitochondrial expression
  • single gene expression UMAPs again show the gene expression UMAPs, but each plot is overlaid with a gene count data from a single gene. These genes of interest can be specified by adding gene names to a file with the path spcified by umap_plot_genes path/to/gene+names.csv
  • transcript expression plots shows the transcript expression UMAP plots with each cell annotated with the mean gene transcript count per cell

The UMAP algorithm is stochastic, therefore analysing the same data multiple times, using identical parameters, can lead to visually different projections. In order to have some confidence in the observed results, it can be useful to run the projection multiple times. The number of repeated projections can be set with umap_n_repeats (default 3)

Troubleshooting

  • If the workflow fails please run it with the demo data set to ensure the workflow itself is working. This will help us determine if the issue is related to the environment, input parameters or a bug.
  • See how to interpret some common nextflow exit codes here.

FAQ’s

If your question is not answered here, please report any issues or suggestions on the github issues page or start a discussion on the community.

See the EPI2ME website for lots of other resources and blog posts.


Share

EPI2ME Labs

EPI2ME Labs

Senior Button Pusher

Quick Links

TutorialsWorkflowsOpen DataContact

Social Media

© 2020 - 2024 Oxford Nanopore Technologies plc. All rights reserved. Registered Office: Gosling Building, Edmund Halley Road, Oxford Science Park, OX4 4DQ, UK | Registered No. 05386273 | VAT No 336942382. Oxford Nanopore Technologies, the Wheel icon, EPI2ME, Flongle, GridION, Metrichor, MinION, MinIT, MinKNOW, Plongle, PromethION, SmidgION, Ubik and VolTRAX are registered trademarks of Oxford Nanopore Technologies plc in various countries. Oxford Nanopore Technologies products are not intended for use for health assessment or to diagnose, treat, mitigate, cure, or prevent any disease or condition.