HCBravoLab / metagenomeSeq

Statistical analysis for sparse high-throughput sequencing
64 stars 20 forks source link

newMRexperiment issue #51

Open lwebercoralgirl opened 7 years ago

lwebercoralgirl commented 7 years ago

I am trying to get the newMRexperiment command to run so that I can create an object for the metagenomeseq analysis.

When I try to run this code: obj = newMRexperiment(eco$counts,phenoData=phenotypeData,featureData=OTUdata)

I get the error: Error in array(x, c(length(x), 1L), if (!is.null(names(x))) list(names(x), : 'data' must be of a vector type, was 'NULL'

Any insight into how I can diagnose the issue? Thanks!

jnpaulson commented 6 years ago

Apologies - I was traveling in August and didn't see this until now. Feel free to send me an MRE and I'll debug your issue.