cozygene / FEAST

Fast expectation maximization for microbial source tracking
Other
115 stars 60 forks source link

Error in FEAST(source = sources, sinks = t(sinks), env = envs[train.ix], : #40

Open 704913307 opened 2 years ago

704913307 commented 2 years ago

hello, when I run this code "FEAST_output<-FEAST(source=sources, sinks = t(sinks), env = envs[train.ix], em_itr = EM_iterations, COVERAGE = COVERAGE)" , an error is reported "Error in FEAST(source = sources, sinks = t(sinks), env = envs[train.ix], : parameters are not useful (source = sources, sinks = t(sinks), env = envs[train.ix], em_it r = EM_iterations)". How to solve the problem? Thanks.

dreamqihang commented 10 months ago

hello, when I run this code "FEAST_output<-FEAST(source=sources, sinks = t(sinks), env = envs[train.ix], em_itr = EM_iterations, COVERAGE = COVERAGE)" , an error is reported "Error in FEAST(source = sources, sinks = t(sinks), env = envs[train.ix], : parameters are not useful (source = sources, sinks = t(sinks), env = envs[train.ix], em_it r = EM_iterations)". How to solve the problem? Thanks.