Closed Flope closed 9 months ago
Thank you for contacting us about our tools! To receive assistance, kindly email support@nanostring.com with detailed information about your issue. If applicable, attach a screenshot of any encountered errors and include a copy of the modified script in Notepad. Our customer support team will help facilitate a review and resolution of the issue.
Thank you for choosing NanoString, NanoString Dev Team
Hi, I was taking a look at the mixedModelDE and I noticed that the multicore section makes use of the "elt" parameter: 78 exprs$exprs <- assayDataElement(object, elt = elt)
However, the single-core section doesn't seem to use it. It seems that is taking the slot of the expression data (raw counts) no matter what is indicated in the function call (lines 93 and 106). Is what I am saying correct or I am missing something in that function?
Thanks!