> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/software/general/software-general-reference_material-list/000010024.md).

# Importing raw Single Cell RNA Data into Illumina Connected Multiomics

Illumina’s built-in pipelines allow for auto-ingestion of multiomics data to reduce the amount of customer inputs. If more flexibility of the input files is desired, the samples and analysis can be set up as generic samples and custom analysis, respectively. Note that this does require at least an Illumina Connected Multiomics (ICM) Professional subscription in order to create a custom analysis.

### Add Data

After navigating to the corresponding study, select **+Add Data.** (**Note**: Illumina Connected Analytics (ICA) is now Illumina BioInsight Platform Core (Platform Core); ICM may continue to show ICA naming during this transition.)\
For this example, select **Select from ICA project.**

![](/files/H027sgLpaQAZM5N90EBv)

Select **OTHER DATA TYPES: Single-cell > scRNA feature-barcode-matrix.**

Following this selection, a description page is displayed for review of the supported file formats before selecting Select format.

![](/files/DGkqp2qjCiJ2KotrXmZN)

After selecting the format, the following screen will display the content of the linked Platform Core Project. Navigate to the corresponding Single Cell Analysis containing the features, barcode, and matrix files.

For example, select the corresponding files

* \<sample>.features.tsv.gz
* \<sample>.barcodes.tsv.gz
* \<sample>.matrix.mtx.gz

  ![](/files/IsIA6i2kBNGZTFw9Jm2C)

**Note**: If importing DRAGEN Single Cell RNA analysis, two sets of files will be present. The "filtered" files will contain only the cells that pass the corresponding thresholds used, and the number of cells will match the "Passing Cells" metric of the DRAGEN Report. If manual filtering is desired, the unfiltered files can be imported, and the ICM Task "Cell Barcode QA/QC" can be used to draw a barcode rank plot and manually select the desired filtering level.

Once the corresponding files are selected, select Add selected data to your study in the bottom right corner of the page.

![](/files/2D9oDKcsRRxNYg8Sc4Tn)

### + New Analysis

From the Studies UI, select the Samples tab, select the corresponding sample (for the generic sample, it should have the suffix .scRNA or .scRNA.filtered), and select + Create analysis.\
Provide an Analysis name, then proceed with Analysis Type - Custom.

![](/files/Jb4SALBHxl0cTpwdOc6F)

Select Run Analysis, then the following screen will display the File format options.

![](/files/pFO5oldyq78Vs54Hxhpx)

The settings here can be updated, and if desired, the Report cells with total read count at least can be changed or disabled completely.

![](/files/C2Bgj9FmfgZ7sepl0fWN)

After the desired settings have been selected, select Finish to initiate the Import process.

![](/files/YzCqXUHdldY1PROeL9rg)

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                  |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #10024), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000010024%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledge.illumina.com/software/general/software-general-reference_material-list/000010024.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
