CoolFace
Datasetpublic

yhqu/crispr_delivery

Crispr Delivery Dataset This dataset is part of the Deep Principle Bench collection. Files crispr_delivery.csv: Main dataset file Usage import pandas as pd from datasets import load_dataset # Load the dataset dataset = load_dataset("yhqu/crispr_delivery") # Or load directly as pandas DataFrame df = pd.read_csv("hf://datasets/yhqu/crispr_delivery/crispr_delivery.csv") Citation Please cite this work if you use this dataset in your… See the full description on the dataset page: https://huggingface.co/datasets/yhqu/crispr_delivery.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes49downloads
Dataset Card

Crispr Delivery Dataset

This dataset is part of the Deep Principle Bench collection.

Files

  • crispr_delivery.csv: Main dataset file

Usage

python
import pandas as pd
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("yhqu/crispr_delivery")

# Or load directly as pandas DataFrame
df = pd.read_csv("hf://datasets/yhqu/crispr_delivery/crispr_delivery.csv")

Citation

Please cite this work if you use this dataset in your research.