Skip to content

Commit 1405a30

Browse files
authored
Merge pull request #91 from genestack/feature/supported-data-content
Introduction Grid for supported data content
2 parents 9503963 + 261f413 commit 1405a30

File tree

1 file changed

+50
-5
lines changed

1 file changed

+50
-5
lines changed
Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,62 @@
11
# Supported Data Formats
22

3-
!!! abstract "About this guide"
3+
!!! info "About this guide"
44
This guide provides a basic overview of file formats and data supported in the ODM.
55
For a detailed description and instructions on using various data formats and working with them
66
(sorting, filtering, sampling), visit the **[Supported Data Formats page](../doc-odm-user-guide/supported-formats.md)**
7-
in our Advanced User Guide.
7+
in our **Advanced User Guide**.
8+
9+
<div class="grid cards" markdown>
10+
11+
- :octicons-table-16: __[TSV (Tabular data)](../supported-data/supported-data.md/#tsv-tabular-data)__
12+
13+
---
14+
15+
Upload and manage tabular data (TSV files) seamlessly within the ODM. Work with Samples,
16+
Libraries, Preparations, Expression data, and more.
17+
18+
- :fontawesome-solid-signal:{ .lg .middle } __[GCT (Gene Expression)](../supported-data/supported-data.md/#gct-gene-xpression)__
19+
20+
---
21+
22+
Upload and work with GCT (Gene Cluster Text) files in the Open Data Manager (ODM).
23+
Optimize the analysis of matrix-compatible datasets.
24+
25+
- :material-dna:{ .lg .middle } __[VCF (Variants)](../supported-data/supported-data.md/#vcf-variants)__
26+
27+
---
28+
29+
Upload and work with VCF (Variant Call Format) files to search, filter, retrieve, and analyze
30+
genetic variants in the ODM.
31+
32+
- :fontawesome-solid-disease:{ .lg .middle } __[HDF5 (e.g. Single Cell)](../supported-data/supported-data.md/#hdf5-single-cell)__
33+
34+
---
35+
Upload and store HDF5 (Hierarchical Data Format 5) files as attachments in the ODM. Future releases will enable
36+
seamless analysis of Single Cell data stored within TSV and HDF5 formats.
37+
38+
- :fontawesome-solid-wave-square:{ .lg .middle } __[FACS (Flow Cytometry)](../supported-data/supported-data.md/#facs-flow-cytometry)__
39+
40+
---
41+
Upload and work with FACS (Fluorescence-Activated Cell Sorting) files in the Open Data Manager (ODM)
42+
to efficiently analyze Flow Cytometry data.
43+
44+
- :fontawesome-solid-file-lines:{ .lg .middle } __[Attached Files](../supported-data/supported-data.md/#attached-files)__
45+
46+
---
47+
Upload and organize a diverse range of attached non-indexed files in the ODM.
48+
Easily manage your entire data catalog, access and collaboration across any file types.
49+
50+
</div>
851

952
## TSV (Tabular data)
1053

11-
## GCT (Expression)
54+
## GCT (Gene xpression)
1255

1356
## VCF (Variants)
1457

15-
## HDF5 (Single Cell)
58+
## HDF5 (e.g. Single Cell)
59+
60+
## FACS (Flow Cytometry)
1661

17-
## FCY (Flow Cytometry)
62+
## Attached Files

0 commit comments

Comments
 (0)