czy1238677
czy1238677
希望能修改磁盘写入频率, 比如5分钟写入一次或者提供磁盘写入频率的设置选项
[Logfile.CSV](https://github.com/OwO-Network/DeepLX/files/14736845/Logfile.CSV) 内容有点多, 保存成CSV文件了
The code I wrote based on the tutorials: ``` import omicverse as ov import scanpy as sc MCAO1 = sc.read_10x_mtx( 'data/MCAO1/', var_names='gene_symbols', cache=True) MCAO2 = sc.read_10x_mtx( 'data/MCAO2/', var_names='gene_symbols', cache=True) MCAO2.obs['batch']...
`get_data_from_KEGG_db`函数少了这一步: `PATHID2NAME.df[,2]