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 keep getting the same error when trying to use the plotting function:
Error:
! Problem while setting up geom aesthetics.
ℹ Error occurred in the 1st layer.
Caused by error in check_aesthetics():
! Aesthetics must be either length 1 or the same as the data (12).
✖ Fix the following mappings: tooltip_fill and hover_nearest.
Run rlang::last_trace() to see where the error occurred.
I tried to specify tooltip_fill and hover_nearest myself (eg with SampleID) however, then I always get this error:
Error:
! Problem while computing aesthetics.
ℹ Error occurred in the 6th layer.
Caused by error in FUN():
! object 'Sample ID' not found
Run rlang::last_trace() to see where the error occurred.
I followed your tutorial step by step so I don't know what the problem is.
The text was updated successfully, but these errors were encountered:
Thank you for contacting us about our tools! To receive assistance, kindly email [email protected] 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
I keep getting the same error when trying to use the plotting function:
Error:
! Problem while setting up geom aesthetics.
ℹ Error occurred in the 1st layer.
Caused by error in
check_aesthetics()
:! Aesthetics must be either length 1 or the same as the data (12).
✖ Fix the following mappings:
tooltip_fill
andhover_nearest
.Run
rlang::last_trace()
to see where the error occurred.I tried to specify tooltip_fill and hover_nearest myself (eg with SampleID) however, then I always get this error:
Error:
! Problem while computing aesthetics.
ℹ Error occurred in the 6th layer.
Caused by error in
FUN()
:! object 'Sample ID' not found
Run
rlang::last_trace()
to see where the error occurred.I followed your tutorial step by step so I don't know what the problem is.
The text was updated successfully, but these errors were encountered: