Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotsInBox not working #11

Open
vrrenske opened this issue Mar 31, 2020 · 4 comments
Open

spotsInBox not working #11

vrrenske opened this issue Mar 31, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@vrrenske
Copy link
Collaborator

The function which connects spot (fluorescence) data to mesh (segmentation) data from 2 different sources, is giving out an error. This can cause errors in:

spotsInBox()
objectsInBox()
createPlotList()

I am working on the resolution of this at the moment and will keep you updated.

@vrrenske vrrenske added the bug Something isn't working label Mar 31, 2020
@vrrenske
Copy link
Collaborator Author

The issue is now resolved in the development version of BactMAP. Please use

remotes::install_github("vrrenske/bactmap")

to install bactMAP until the next update if you want to use this functionality.

@0Bernhard
Copy link

Hello

I downloaded it from your repository but i am still getting an error. Is this something somone else has seen?

thank you

plots_Bacillus <- createPlotList(spotdata=spots_Bacillus$spotframe,

  •                              meshdata=mesh_Bacillus$mesh,
    
  •                              groups=5)
    

Did not find cell data in spot dataset. Running spotsInBox to connect spots to meshes...
Package 'SDMTools' needed for this function to work. Press 'y' to install, or any other key to cancel.y
Installing package into ‘C:/Users/Berni/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
=======Error in loadNamespace(name) : there is no package called ‘SDMTools’
In addition: Warning message:
package ‘SDMTools’ is not available (for R version 3.6.3)

@vrrenske
Copy link
Collaborator Author

Hi! I will double check this week. The package SDMTools is deprecated in the latest function of CRAN. I thought I replaced the SDMTools functions completely in the version of my repository - but it looks like I missed one function. I will keep you posted!

@vrrenske
Copy link
Collaborator Author

vrrenske commented Aug 4, 2020

I forgot to update that now it is resolved in the development version on my repository (vrrenske/bactmap).
I am working on an update of the "stable" version this week that has all the bug fixes of the last months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants