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
I checked out GitHub and found some replies suggesting to email the support.
I’m having some issues with this particular step at 4.3: Create Gene_level Counts.
# Check how many unique targets the object has
length(unique(featureData(geomx_data_QC)[["TargetName"]]))
#> [1] 19963
geomx_data_QC <- NanoStringGeoMxSet(geomx_data_QC, check=FALSE)
# collapse to targets
target_geomx_data_QC <- aggregateCounts(geomx_data[["exprs"]])
Trying to run aggregateCounts return this error message:
> target_geomx_data_QC <- aggregateCounts(geomx_data_QC)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'args' in selecting a method for function 'do.call': invalid first argument
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
Hello,
I’m trying tor run the analysis on GeoMx data following the guide here: https://bioconductor.org/packages/3.14/workflows/vignettes/GeoMxWorkflows/inst/doc/GeomxTools_RNA-NGS_Analysis.html#
I checked out GitHub and found some replies suggesting to email the support.
I’m having some issues with this particular step at 4.3: Create Gene_level Counts.
Trying to run aggregateCounts return this error message:
Some information on the geoMx_data_QC object:
Packages used:
Thanks in advance for any help or suggestions!
The text was updated successfully, but these errors were encountered: