gao-lab/Cell_BLAST

how to read the dataset file

caiquanyou opened this issue · 2 comments

@Jeff1995 Hi, I want to test the public dataset provided in https://cblast.gao-lab.org/download
but how to read the h5 file,I tried scanpy but failed

You can just use

dataset = cb.data.ExprDataSet.read_dataset("filename.h5")

See example here.

Thanks