omshrivastava/omnibimol-variant-priority
Updated
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
For more information check out our paper and repository.
import pandas as pd
df = pd.read_parquet("hf://datasets/songlab/clinvar/test.parquet")
import polars as pl
df = pl.read_parquet("https://huggingface.co/datasets/songlab/clinvar/resolve/main/test.parquet")
from datasets import load_dataset
dataset = load_dataset("songlab/clinvar", split="test")