PFB Files
Overview of the Portable Format for Bioinformatics (PFB) file type
What is a Portable Format for Bioinformatics?
Schema
pfb show -i PFB_file.avro schema...
{
"type": "record",
"name": "gene_expression",
"fields": [
{
"default": null,
"name": "data_category",
"type": [
"null",
{
"type": "enum",
"name": "gene_expression_data_category",
"symbols": [
"Transcriptome Profiling"
]
}
]
},
{
"default": null,
"name": "data_type",
"type": [
"null",
{
"type": "enum",
"name": "gene_expression_data_type",
"symbols": [
"Gene Expression Quantification"
]
}
]
},
{
"default": null,
"name": "data_format",
"type": [
"null",
{
"type": "enum",
"name": "gene_expression_data_format",
"symbols": [
"TXT",
"TSV",
"CSV",
"GCT"
]
}
]
},
{
"default": null,
"name": "experimental_strategy",
"type": [
"null",
{
"type": "enum",
"name": "gene_expression_experimental_strategy",
"symbols": [
"RNA-Seq",
"Total RNA-Seq"
]
}
]
},
{
"default": null,
"name": "file_name",
"type": [
"null",
"string"
]
},
{
"default": null,
"name": "file_size",
"type": [
"null",
"long"
]
},
{
"default": null,
"name": "md5sum",
"type": [
"null",
"string"
]
},
{
"default": null,
"doc": "The GUID of the object in the index service.",
"name": "object_id",
"type": [
"null",
"string"
]
}
...Metadata
Data
Last updated
Was this helpful?
