🗂️Format Internal Data For Uploading

How to use our python data adapters to format internal data to upload.

To make the data ingestion process as simple as possible we have created several python data adapters that will convert your processed data files into JSON files compatible with the BioBox platform.

Each adapter will

  • Handle the column mapping to ensure the necessary experimental metadata required for each sequencing modality is available.

  • Produce two JSON files (objects and edges) that can be uploaded to the platform.

Create a copy of the adapter file, import your files and execute the code. Once the objects and edges files have been created, follow the instructions here to upload them to the platform.

Single Cell RNAseq Adapter

The required input for this adapter is an h5ad file. This adapter will enable you to upload Single Cell RNAseq observations.

BioBox scRNAseq Adapter

Single Cell ATACseq Adapter

The required input for this adapter is an h5ad file. This adapter will enable you to upload Single Cell ATACseq observations.

BioBox Single Cell ATACseq adapter
Example ATACseq Data Schema

scrna.list_schema()

ChIPseq Adapter

The required input for this adapter is a BED file. This adapter will enable you to upload ChIPseq observations.

BioBox ChIPseq Adapter
Example ChIPseq Data Schema

Genome Adapter

The required input for this adapter is a gzipped GTF (Gene transfer format) file. This adapter will enable you to upload a custom reference genome.

BioBox Genome Adapter
Example Data Schema

Last updated