Support Center
Providing revolutionary resolutions for life science research and IVD
mobivision quantify can be used to analyze single-cell transcriptomic data from the MobiNova platform. The key analysis steps are shown in the figure below:
The MobiNova platform offers two types of single-cell transcriptomic sequencing data: 3’ transcriptome and 5’ transcriptome, both of which can be analyzed by mobivision quantify.
The Reads Structure of single cell 3’RNA is represented in the figure below:
The Reads Structure of single cell 5’RNA is represented in the figure below:
The Read structure shows that the 5' end of Read1 is the cell barcode (20bp) and UMI (10bp), regardless of whether it’s the 5'transcriptome or the 3'transcriptome. In order to determine whether the cell barcode from Read1 is correct, MobiVision will compare the cell barcode sequence in the sequenced fragment with the cell barcodes in the known white list. Currently, the MobiCube High-throughput Single Cell 3' Transcriptome v2.0 Kit provides nearly 3,000,000 cell barcodes. The sequencing reads that meet the following requirements will be retained:
In the passed sequencing reads, Read1 only retains the corrected cell barcode and UMI sequence, and Read2 is not processed at this step.
For the fastq data after barcode correction, in theory, Read1 no longer contains the adapter sequence, so no special treatment is required.
Mobivision quantify uses STARsolo for reads mapping, and the annotation results are shown in the figure below:
mobivision quantify keeps records of all the sequencing fragments aligned to the genome. When the alignment quality of the sequencing fragment MAPQ=255, it means that the sequencing fragment is mapped uniquely to the genome. Only the sequenced fragments that are uniquely aligned to the transcriptome region will be used for the downstream UMI counting.
Before the step of UMI counting, UMIs that do not meet the requirements in the Reads alignment results need to be eliminated:
After the above filtering conditions, the retained UMI information and cell barcode sequences can be used to generate a raw cell-gene matrix.
mobivision quantify currently provides two cell calling algorithms: CR2.2 and EmptyDrops (the algorithm published by Lun et al. in Genome biology in 2019). If the user needs to specify the number of cells, the --cellnumber INT can also be used to select the barcodes whose UMI number ranks the top INT among all the barcodes as valid cells.
For the sample of mixed two species, such as human and mouse, mobivision quantify divides the cells into three types: human-derived cells, mouse-derived cells, and human-mouse mixed cells (multiplet). mobivision quantify considers that only if no less than 90% of the UMIs in a single cell barcode come from one species, the cell barcode will be considered to be derived from this species. For example, when 80% of UMIs in a cell barcode come from species 1 and the other 20% UMIs come from species 2, then mobivision quantify will determine that the cell is a multiplet. Although mobivision quantify cannot directly determine the rate of doublets or multiplets in the library, we can indirectly evaluate the doublets or multiplets in the library through the calculation of multiplets. If there are doublets or multiplets in the library, theoretically, the case of species 1+species 1 should account for 1/4, the case of species 2+species 2 should account for 1/4, and the case of species 1+species 2 should account for 1/2. For example, in a double-species library, the multiplet rate is 5%, and it can be estimated that the doublet or multiplet rate in this library should be around 10%.
By default, after the filtered cell-gene matrix cell is generated, mobivision quantify makes summaries on the raw data and analysis results of the entire library, and generates a quality control report. The report is a feedback on the entire library, aiming to help users understand the quality of the original data and analysis results of the library from a macro perspective, without any data filtering. If necessary, extra quality control step can be performed according to the results of the quality control report before starting downstream analysis.