rajewsky-lab / novosparc

BSD 3-Clause "New" or "Revised" License
125 stars 41 forks source link

No attribute "io" - Input data import #61

Closed Diennguyen8290 closed 2 years ago

Diennguyen8290 commented 2 years ago

Hi,

Many thanks for creating the tool.

I'm struggling in importing the expression matrix using "_dataset = novosparc.io.load_data(datasetpath).T" and keep running into the following error:

" File "", line 1, in dataset = novosparc.io.load_data(dataset_path).T

AttributeError: module 'novosparc' has no attribute 'io'"

My input data is an expression matrix extracted from Seurat object.

Please could you help me have a look.

Many thanks, Dien