cran / Rmagic

:exclamation: This is a read-only mirror of the CRAN R package repository. Rmagic — MAGIC - Markov Affinity-Based Graph Imputation of Cells
GNU General Public License v2.0
4 stars 0 forks source link

ERROR: 'length = 3' in coercion to 'logical(1)' #4

Open elizabethmcmillan opened 3 hours ago

elizabethmcmillan commented 3 hours ago

I'm getting this error when I try to run the example data. Any ideas? Thank you!!

library(Rmagic) data(magic_testdata) data_MAGIC <- magic(magic_testdata, genes=c("VIM", "CDH1", "ZEB1")) Error in is.null(x = genes) || is.na(x = genes) : 'length = 3' in coercion to 'logical(1)'

gaborcsardi commented 2 hours ago

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!