# STARsolo

* [What is STARsolo?](#what-is-starsolo)
* [Run STARsolo in Partek Flow](#run-starsolo-in-partek-flow)
* [References](#references)

***

## What is STARsolo?

STARsolo is a versatile tool developed for single-cell RNA sequencing analysis. It inputs the raw FASTQ reads files, and performs mapping, demultiplexing and quantification for single cell RNA-seq data. It follows CellRanger logic for cell barcode whitelisting and UMI deduplication, and produces nearly identical gene counts in the same format. STARsolo is also running much faster than the CellRanger\[1].

## Run STARsolo in Partek Flow

Partek Flow wraps STARsolo v2.7.11a and focuses on assays from 10X Genomics.

To run the **STARsolo** task for scATAC-Seq data, select the **Unaligned reads** data node, then select **STARsolo** in the **10x Genomics** section (Figure 1).

<figure><img src="https://1384254481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJVEESmJAPppJ3ijFq5aR%2Fuploads%2Fgit-blob-e52e942054a5af99d9e748765c2011e4e94ea866%2Fimage%20(163).png?alt=media" alt=""><figcaption><p>Figure 1. Selecting the STARsolo task for converting fastqs to Single cell counts.</p></figcaption></figure>

Once the task has been picked, a first time user will be asked to create a index file (Figure 2). Clicking the big blue button of **Create star2.7.8a index** would pop up a new window where lists the requirements that users need to fill in (right panel, Figure 2).

<figure><img src="https://1384254481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJVEESmJAPppJ3ijFq5aR%2Fuploads%2Fgit-blob-ff09b59e6fa1b1eec4c0caf1e5b4cff7806beaff%2Fimage%20(164).png?alt=media" alt=""><figcaption><p>Figure 2. Create star2.7.8a index for STARsolo task in Flow.</p></figcaption></figure>

Once the right options have been chosen, simply press the **Create** button to finish. The index of ‘ hg38 - Ensembl 99’ has been created as an example here (Figure 3).

<figure><img src="https://1384254481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJVEESmJAPppJ3ijFq5aR%2Fuploads%2Fgit-blob-ccc8a16b3581724083638f46d147c0902c2fa93d%2Fimage%20(165).png?alt=media" alt=""><figcaption><p>Figure 3. Setup interface for STARsolo task in Flow.</p></figcaption></figure>

The main task menu will be refreshed as above (Figure 3) for **STARsolo** task if the index has been added. Users can go ahead select the **Assay type** before they click the **Finish** button to run the task. The **STARsolo** for this version only handles gene expression data no matter where it’s sourced from.

A new data node named **Single cell counts** will be displayed in Flow if the task has been completed successfully (Figure 4). Downstream analysis such as QA/QC, normalization, dimension reduction, clustering, differential analysis, etc will start from the data node.

<figure><img src="https://1384254481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJVEESmJAPppJ3ijFq5aR%2Fuploads%2Fgit-blob-f4da0dfc37dca1659a0d49933c0ed8842a655bf3%2Fimage%20(166).png?alt=media" alt=""><figcaption><p>Figure 4. The finished STARsolo task in Flow.</p></figcaption></figure>

## References

1. **doi:** <https://doi.org/10.1101/2021.05.05.442755>

## Additional Assistance

If you need additional assistance, please visit [our support page](http://www.partek.com/support) to submit a help ticket or find phone numbers for regional support.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.connected.illumina.com/partek/partek-flow/user-manual/task-menu/10x-genomics/starsolo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
