Closed caiquanyou closed 3 years ago
@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
@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