Open r-melo opened 4 years ago
We are now developing a pure R implementation of SciBet for Windows users, which will be released in around 2 weeks.
Hi, I met the same problem, this happen on linux not windows, how to solve it on linux?
Could you please provide more detailed information including OS version, R version or session info for us to debug? In current situation, please use the pure R implementation temporarily (https://github.com/zwj-tina/scibetR/blob/master/R/SciBetR.R)
expr last column should be "label",add this information,
Hi,
I'm trying to get a gene list, but I get a segmentation fault. I couldn't install on windows so I istalled on WSL linux. The error I get is presented below:
` caught segfault address (nil), cause 'memory not mapped'
Traceback: 1: DsGene(expr, labels_in, as_df, k, 0, n_threads) 2: SelectGene(data_mat, k = 50) `
Thanks