> For the complete documentation index, see [llms.txt](https://help.partek.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.partek.illumina.com/partek-flow/tutorials/analyzing-cite-seq-data/importing-feature-barcoding-data.md).

# Importing Feature Barcoding Data

* [Create a new Project](#create-a-new-project)
* [Import data](#import-data)

## Create a new Project

Let's start by creating a new project.

* On the *Home page*, click **New project** (Figure 1)
* Give the project a name
* Click **Create project**

![Figure 1. Create a new project and give it a meaningful name (e.g. CITE-Seq tutorial)](/files/LlBkIK4xkvctbPAP6mmj)

## Import data

* In the Analyses tab, click **Add data**
* Click **10x Genomics Cell Ranger counts h5** (Figure 2)
* Choose the filtered HDF5 file for the MALT sample produced by Cell Ranger

![Figure 2. Import options for CITE-Seq tutorial data](/files/ymaAqBF3g9p98vVTrV3G)

Move the .h5 file to where Partek Flow is installed using ![](/files/vxKKv51qniTOjIlzV2Z8), then browse to its location.

![Figure 3. Import options for CITE-Seq tutorial data](/files/GwHtm1xVshsRys0JKtAW)

Note that Partek Flow also supports the feature-barcode matrix output (barcodes.tsv, features.tsv, matrix.mtx) from Cell Ranger. The import steps for a feature-barcode matrix are identical to this tutorial.

* Click **Next**
* Name the sample **MALT** (the default is the file name)
* Specify the annotation used for the gene expression data (here, we choose **Homo sapiens (human) - hg38** and **Ensembl Transcripts release 109**). If Ensembl 109 is not available from the drop-down list, choose **Add annotation** and download it.
* Check **Features with non-zero values across all samples** in the *Report* section
* Click **Finish** (Figure 3)

![Figure 4. File format options for MALT data set](/files/Vt2rcbTXfu19SY7xh8EY)

A *Single cell counts* data node will be created under the *Analyses* tab after the file has been imported. We can move on to processing the data.

## 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
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://help.partek.illumina.com/partek-flow/tutorials/analyzing-cite-seq-data/importing-feature-barcoding-data.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.
