Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ ODM is a comprehensive system designed to simplify and optimise data management

User Profile setup and customisation, working with User Groups

- :octicons-number-16:{ .lg .middle } __[Supported Data Formats](user-guide/supported-data/supported-data.md)__

---
Upload and work with various data files via ODM user interface and API

- :fontawesome-solid-flask-vial:{ .lg .middle } __[User Interface Advanced Guide](user-guide/index.md)__

---
Expand Down
17 changes: 17 additions & 0 deletions docs/user-guide/supported-data/supported-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Supported Data Formats

!!! abstract "About this guide"
This guide provides a basic overview of file formats and data supported in the ODM.
For a detailed description and instructions on using various data formats and working with them
(sorting, filtering, sampling), visit the **[Supported Data Formats page](../doc-odm-user-guide/supported-formats.md)**
in our Advanced User Guide.

## TSV (Tabular data)

## GCT (Expression)

## VCF (Variants)

## HDF5 (Single Cell)

## FCY (Flow Cytometry)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav:
- Administrator: user-guide/quick-start/admin-api.md
- Key Concepts: user-guide/key-concepts/key-concepts.md
- Users, Roles, Permissions: user-guide/users-roles-permissions/users-roles-permissions.md
- Supported Data Formats: user-guide/supported-data/supported-data.md
- Guides:
- User Interface Advanced Guide:
- user-guide/index.md
Expand Down