Join us for a webinar: The complexities of spatial multiomics unraveled
May 2

Partek Flow Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2
minLevel2
excludeAdditional Assistance

Split matrix

The Single cell counts data node contains two different types of data, mRNA expression and protein expression. So that we can process these two different types of data separately, we will split the data by data type. 

  • Click the Single cell counts data node
  • Click Pre-analysis tools in the toolbox
  • Click Split by feature type

A rectangular task node will be created along with two circular data nodes, one for each data type (Figure 1). The labels for these data types are determined by features.csv file used when processing the data with Cell Ranger. Here, our data is labeled Gene Expression, for the mRNA data, and Antibody Capture, for the protein data. 


Numbered figure captions
SubtitleTextSplit by feature type produces two data nodes, one for each data type
AnchorNameSplit matrix

Filter low-quality cells

An important step in analyzing single cell RNA-Seq data is to filter out low-quality cells. A few examples of low-quality cells are doublets, cells damaged during cell isolation, or cells with too few counts to be analyzed. In a CITE-Seq experiment, protein aggregation in the antibody staining reagents can cause a cell to have a very high number of counts. These are low-quality cells that can be excluded. Additionally, if all cells in a data set are expected to show a baseline level of expression for one of the antibodies used, it may be appropriate to filter out cells with very low counts or a low number of detected features. You can do this in Partek Flow using the Single cell QA/QC task. 

We will start with the protein data.

  • Click the Antibody Capture data node
  • Click QA/QC in the toolbox
  • Click Single Cell QA/QC

This produces a Single-cell QA/QC task node (Figure 2).


Numbered figure captions
SubtitleTextSingle cell QA/QC produces a task node
AnchorNameAntibody capture Single cell QAQC

  • Double-click the Single cell QA/QC task node to open the task report

The Single cell QA/QC report opens in a new data viewer session. There are interactive violin plots showing the most commonly used quality metrics for each cell (Figure 3). For this data set, there are two relevant plots: the total count per cell and the number of detected features per cell. Each point on the plots is a cell and the violins illustrate the distribution of values for the y-axis metric. Because mitochondrial transcripts are not present in protein data, this plot is not informative for this data set.

  • Remove the % mitochondrial counts and the extra text box in the bottom right by clicking Remove plot in the top right corner of each plot (Figure 3)


Numbered figure captions
SubtitleTextEach cell is shown as a point on the plot. Remove the % mitochondrial counts and empty text box using the X icons
AnchorNameProtein QAQC plots

For this analysis, we will set a maximum counts threshold to exclude potential protein aggregates and, because we expect every cell to be bound by several antibodies, we will also set a minimum counts threshold.

  • Select one of the plots on the canvas
  • In the Selection card on the right, set the Counts threshold to keep cells between 500 and 20000 (Figure 4)


Numbered figure captions
SubtitleTextFiltering low quality cells based on protein expression data
AnchorNamePreviewing a filter using the Single cell QA/QC violin plots

  • Click Filter include iconin the Filtering card on the right
  • Click Apply filter...
  • Select the Antibody Capture data node as input in the pipeline preview (Figure 5)
  • Click Select


Numbered figure captions
SubtitleText After the Apply filter button is selected, you will be presented with a preview of your pipeline. You need to select the appropriate data node to apply the filtering to. In this case, the Antibody capture node
AnchorNameSelect antibody capture data node as input for filtering task

You will see a message telling you a new task has been enqueued.

  • Click OK to dismiss the message
  • Click the project name at the top to go back to the Analyses tab
  • Your browser may warn you that any unsaved changes to the data viewer session will be lost. Ignore this message and proceed to the Analyses tab

A new task, Filter counts, is added to the Analyses tab. This task produces a new Filter counts data node.

Next, we can repeat this process for the Gene Expression data node. 

  • Click the Gene Expression data node
  • Click the QA/QC section in the toolbox
  • Click Single Cell QA/QC

This produces a Single-cell QA/QC task node

  • Double-click the Single cell QA/QC task node to open the task report

The task report lists the number of counts per cell, the number of detected features per cell, and the percentage of mitochondrial reads per cell in three violin plots (Figure 6). For this analysis, we will set maximum and minimum thresholds for total counts and detected genes to exclude potential doublets and a maximum mitochondrial reads percentage filter to exclude potential dead or dying cells. 

  • In the Selection card on the right, set the Counts threshold to keep cells between 1500 and 15000 
  • Set the Detected features to keep cells between 400 and 4000
  • Set the % Mitochondrial counts to keep cells between 0% and 20% (Figure 6)


Numbered figure captions
SubtitleTextFiltering low quality cells based on gene expression data
AnchorNamePreviewing a filter using the Single cell QA/QC violin plots

  • Click Filter include iconin the Filtering card on the right
  • Click Apply filter
  • Select the Gene Expression data node as input in the pipeline preview
  • Click Select
  • Click OK to dismiss the message about the task being enqueued
  • Click the project name at the top to go back to the Analyses tab
  • Your browser may warn you that any unsaved changes to the data viewer session will be lost. Ignore this message and proceed to the Analyses tab

A new task, Filter counts, is added to the Analyses tab. This task produces a new Filter counts data node (Figure 7)


Numbered figure captions
SubtitleTextAntibody Capture and Gene Expression data have been filtered to remove low quality cells
AnchorNameFilter counts tasks added to pipeline

Normalization

After excluding low-quality cells, we can normalize the data. 

We will start with the protein data.

  • Click the Filtered counts data node produced by filtering the Antibody Capture data node
  • Click Normalization and scaling in the toolbox
  • Click Normalization
  • Click the green  button
  • Click Finish to run (Figure 8)


Numbered figure captions
SubtitleTextRecommended normalization for protein count data
AnchorNameRecommended normalization for protein count data

The recommended normalization for protein data includes the following steps:  Add 1, Divide by Geometric mean, Add 1, Log base 2. This is a variant of Centered log-ratio (CLR), which was used to normalize antibody capture protein counts data in the paper that introduced CITE-Seq [1] and in subsequent publications on similar assays [2. 3]. CLR normalization includes the following steps: Add 1, Divide by Geometric mean, Add 1, log base e. Normalizing the protein data to base 2 instead of e allows for better integration with gene expression data further downstream. If you would prefer to use CLR, click and drag CLR from the panel on the left to the right. If you do choose to use CLR, we recommend making sure the gene expression data is normalized to the base e, to allow for smoother integration further downstream.

Normalization produces a Normalized counts data node on the Antibody Capture branch of the pipeline. 

Next, we can normalize the mRNA data. We will use the recommended normalization method in Partek Flow, which accounts for differences in library size, or the total number of UMI counts, per cell, adds 1 and log2 transforms the data.

  • Click the Filtered counts data node produced by filtering the Gene Expression data node
  • Click the Normalization and scaling section in the toolbox
  • Click Normalization
  • Click the  button 
  • Click Finish to run (Figure 9)


Numbered figure captions
SubtitleTextRecommended normalization for single cell gene expression data
AnchorNameNormalization of gene expression data

Normalization produces a Normalized counts data node on the Gene Expression branch of the pipeline (Figure 10). 


Numbered figure captions
SubtitleTextThe two normalization tasks produce Normalized counts data nodes
AnchorNameNormalized counts output

Merge Protein and mRNA data

For quality filtering and normalization, we needed to have the two data types separate as the processing steps were distinct. For downstream analysis, we want to be able to analyze protein and mRNA data together. To bring the two data types back together, we will merge the two normalized counts data nodes.

  • Click the Normalized counts data node on the Antibody Capture branch of the pipeline
  • Click Pre-analysis tools in the toolbox
  • Click Merge matrices
  • Click Select data node to launch the data node selector

Data nodes that can be merged with the Antibody Capture branch Normalized counts data node are shown in color (Figure 11).


Numbered figure captions
SubtitleTextSelect the normalizated gene expression counts to merge the protein counts with
AnchorNameMerge protein and gene expression counts

  • Click the Normalized counts data node on the Gene Expression branch of the pipeline (Figure 11)
  • Click Select
  • Click Finish to run the task

The output is a Merged counts data node (Figure 12). This data node will include the normalized counts of our protein and mRNA data. The intersection of cells from the two input data nodes is retained so only cells that passed the quality filter for both protein and mRNA data will be included in the Merged counts data node. 


Numbered figure captions
SubtitleTextMerged counts output
AnchorNameMerged counts output

Collapsing tasks to simplify the pipeline

To simplify the appearance of the pipeline, we can group task nodes into a single collapsed task. Here, we will collapse the filtering and normalization steps.

  • Right-click the Split by feature type task node 
  • Choose Collapse tasks from the pop-up dialog (Figure 13)


Numbered figure captions
SubtitleTextChoosing the first task node to generate a collapsed task
AnchorNameCollapse tasks

Tasks that can be selected for the beginning and end of the collapsed section of the pipeline are highlighted in purple (Figure 14). We have chosen the Split matrix task as the start and we can choose Merge matrices as the end of the collapsed section.


Numbered figure captions
SubtitleTextTasks that can be the start or end of a collapsed task are shown in purple
AnchorNameAvailable tasks to collapse

  • Click the Merge matrices task to choose it as the end of the collapsed section
  • Name the Collapsed task Data processing
  • Click Save (Figure 15)


Numbered figure captions
SubtitleTextNaming the collapsed task
AnchorNameSave collapsed task

The new collapsed task, Data processing, appears as a single rectangular task node (Figure 16).


Numbered figure captions
SubtitleTextCollapsed tasks are represented by a single task node
AnchorNameCollapsed task

To view the tasks in Data processing, we can expand the collapsed task.

  • Double-click Data processing to expand it or right-click and choose Expand collapsed task

When expanded, the collapsed task is shown as a shaded section of the pipeline with a title bar (Figure 17).


Numbered figure captions
SubtitleTextExpanding a collapsed task to show its components
AnchorNameExpanding collapsed task

To re-collapse the task, you can double click the title bar or click the  icon in the title bar. To remove the collapsed task, you can click the . Please note that this will not remove tasks, just the grouping.

  • Double-click the Data processing title bar to re-collapse 

References

[1] Stoeckius, M., Hafemeister, C., Stephenson, W., Houck-Loomis, B., Chattopadhyay, P. K., Swerdlow, H., ... & Smibert, P. (2017). Simultaneous epitope and transcriptome measurement in single cells. Nature methods, 14(9), 865.

[2] Stoeckius, M., Zheng, S., Houck-Loomis, B., Hao, S., Yeung, B. Z., Mauck, W. M., ... & Satija, R. (2018). Cell hashing with barcoded antibodies enables multiplexing and doublet detection for single cell genomics. Genome biology, 19(1), 224.

[3] Mimitou, E., Cheng, A., Montalbano, A., Hao, S., Stoeckius, M., Legut, M., ... & Satija, R. (2018). Expanding the CITE-seq tool-kit: Detection of proteins, transcriptomes, clonotypes and CRISPR perturbations with multiplexing, in a single assay. bioRxiv, 466466.


Page Turner
button-linkstrue


Additional assistance


Rate Macro
allowUsersfalse