You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When I run
create_profile_matrix
with amtx
object that needs to be transposed (internal to the function), I get the following error:Inside of create_profile_matrix,
mtx
is a sparseMatrix:SpatialDecon/R/create_profile_matrix.R
Line 119 in 94fe087
If necessary,
mtx
is transposed:SpatialDecon/R/create_profile_matrix.R
Line 142 in 94fe087
t(mtx)
does not work, butMatrix::t(mtx)
does, when I copy the source code into my R file and edit.The text was updated successfully, but these errors were encountered: