SCA-IRCM / SingleCellSignalR_v1

R package
26 stars 17 forks source link

Error in `.rowNamesDF<-`(x, value = value) : invalid 'row.names' length #22

Open ZeyangYu1007 opened 3 years ago

ZeyangYu1007 commented 3 years ago

inter.net <- inter_network(data = data, signal = signal, genes = genes,

ZeyangYu1007 commented 3 years ago

packageVersion("SingleCellSignalR") [1] ‘0.0.1.8’

SCA-IRCM commented 3 years ago

Hi, This error can occur when nrow(data) is different than length(genes). Make also sure that genes is a character vector. Hope this helps, if not don't hesitate to feed this issue. Thanks for using SingleCellSignalR!

SCA