Data export
This chapter describes only Exporters functionality specific to the CLC Single Cell Analysis Module
Exporters exist for exporting Expression Matrix () to the following formats:
- Cell Ranger HDF5 is the most used format for single cell expression matrices and compatible with most open source tools. It is a highly compressed binary data structure that is easy to navigate compared to text formats like MEX.
- Loom A format that in addition to the Expression matrix, raw or normalized, offers to export cell cluster and cell annotation information. This is useful for third party visualization tools.
- MEX a format for export of raw or normalized expression matrices with barcode and genes listed in .tsv files for indexing.
Note: While it is possible to export normalized expression values, this is only provided for interoperability with other software. If such values are re-imported, the resulting Expression Matrix may not work as intended in tools that assume values look like counts (such as Normalize Single Cell Data) or are equal to or larger than zero (such as Predict Cell Types). For this reason, when sharing data with other users of CLC Single Cell Analysis Module, it is recommended to export in CLC format. This preserves both the raw expression values and the normalized values. |
To launch the export toolbox use the menu or click the Export button in the top left corner of the Workbench. Start typing "expression matrix" to get to the selection, see figure 3.1.
Figure 3.1: Exporters available for exporting single cell expression matrices
Subsections
- Export Cell Ranger HDF5 expression matrix
- Export Loom expression matrix
- Export MEX expression matrix