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'm using the WTA data, so I have a large number of NegProbe-WTX in the dataset. Do I need to rename each variable here for the data in order to use the Spatial Deconvolution function? When I try and do the rmNegprobe, I get errors due to the multiple rows with the same name.
And thank you for putting this together; super awesome pipeline to use.
The text was updated successfully, but these errors were encountered:
Hi @artfuldodger08 , for multiple negprobe please refer to this post: #33
There is a quick fix by simply re-labeling the name, such as adding number to the back of the string. For me I would do it before readGeoMx so read the count table in as a dataframe, mutate the gene name column, something like
I'm using the WTA data, so I have a large number of NegProbe-WTX in the dataset. Do I need to rename each variable here for the data in order to use the Spatial Deconvolution function? When I try and do the rmNegprobe, I get errors due to the multiple rows with the same name.
And thank you for putting this together; super awesome pipeline to use.
The text was updated successfully, but these errors were encountered: