Upload dataset_infos.json
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"damlab--HIV_V3_coreceptor": {"description": "This dataset was constructured from a download of the LANL database for all V3 sequences that had any coreceptor\nannotation. The site's tools were used to trim, align, and translate the sequence into in-frame amino acids.\nThe labels are stored as Array2D objects with the first column corresponding to R5 tropism and the second as X4 tropism.\n", "citation": "@InProceedings{huggingface:dataset,\ntitle = {HIV V3 Coreceptor prediction dataset},\nauthor={Will Dampier\n},\nyear={2021}\n}\n", "homepage": "", "license": "", "features": {"sequence": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}, "CXCR4": {"dtype": "bool", "id": null, "_type": "Value"}, "CCR5": {"dtype": "bool", "id": null, "_type": "Value"}, "fold": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 161397, "num_examples": 2935, "dataset_name": "HIV_V3_coreceptor"}}, "download_checksums": null, "download_size": 59225, "post_processing_size": null, "dataset_size": 161397, "size_in_bytes": 220622}}
|