ποΈFormat Internal Data For Uploading
How to use our python data adapters to format internal data to upload.
Last updated
How to use our python data adapters to format internal data to upload.
Last updated
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.
The required input for this adapter is an h5ad file. This adapter will enable you to upload Single Cell RNAseq observations.
The required input for this adapter is an h5ad file. This adapter will enable you to upload Single Cell ATACseq observations.
The required input for this adapter is a BED file. This adapter will enable you to upload ChIPseq observations.
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.