-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: VisiumV1 definition location #165
Commits on Feb 2, 2024
-
Added spatial_network and nn_network in seuratToGiotto functions plus…
… updated image in giottoToSeurat
Configuration menu - View commit details
-
Copy full SHA for 82e060a - Browse repository at this point
Copy the full SHA 82e060aView commit details
Commits on Feb 4, 2024
-
Merge pull request drieslab#162 from iqraAmin/dev
Added spatial_network and nn_network in seuratToGiotto functions plus…
Configuration menu - View commit details
-
Copy full SHA for 7a70bfc - Browse repository at this point
Copy the full SHA 7a70bfcView commit details
Commits on Feb 6, 2024
-
- make generic function `createNetwork()` - new method for all matrices to create sNN and kNN networks. Flexibly allows inclusion of weight, distance cols and name attributes. Allows return as data.table or igraph
Configuration menu - View commit details
-
Copy full SHA for 9df4338 - Browse repository at this point
Copy the full SHA 9df4338View commit details
Commits on Feb 11, 2024
-
feat: WIP createNetwork() hub function
Still needs further work aligning all the params and making obvious things to edit in order to get similar behavior to default Giotto operations
Configuration menu - View commit details
-
Copy full SHA for 3016f20 - Browse repository at this point
Copy the full SHA 3016f20View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1092bcf - Browse repository at this point
Copy the full SHA 1092bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807839d - Browse repository at this point
Copy the full SHA 807839dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae1cf3 - Browse repository at this point
Copy the full SHA 4ae1cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c25f7 - Browse repository at this point
Copy the full SHA c4c25f7View commit details -
feat: add compatibility for spatial network DTs that do not have coor…
…ds info in `convert_to_reduced_spatial_network()`
Configuration menu - View commit details
-
Copy full SHA for 6f635cc - Browse repository at this point
Copy the full SHA 6f635ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea0e51 - Browse repository at this point
Copy the full SHA 1ea0e51View commit details -
feat: edge distance calculation
edge_distances()
Add function to calculate euclidean distances for any m x n matrix when provided a data.table of `from` and `to` interactions
Configuration menu - View commit details
-
Copy full SHA for 3b0e6d2 - Browse repository at this point
Copy the full SHA 3b0e6d2View commit details -
Refactors Giotto's spatial and NN networks creation into a hub function that allows starting directly from matrix data. Added tests that currently only ensure parity with original implementation.
Configuration menu - View commit details
-
Copy full SHA for 734b63c - Browse repository at this point
Copy the full SHA 734b63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e109e - Browse repository at this point
Copy the full SHA b0e109eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc568f - Browse repository at this point
Copy the full SHA 3fc568fView commit details -
chore: change
createNetwork()
to non-generic functionAvoids needing to import matrix class definitions.
Configuration menu - View commit details
-
Copy full SHA for 7481276 - Browse repository at this point
Copy the full SHA 7481276View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38293d2 - Browse repository at this point
Copy the full SHA 38293d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc7afc - Browse repository at this point
Copy the full SHA 7bc7afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccaa1ac - Browse repository at this point
Copy the full SHA ccaa1acView commit details -
fix: alternative method of creating VisiumV1
Try to avoid import of SeuratObject
Configuration menu - View commit details
-
Copy full SHA for fdcd664 - Browse repository at this point
Copy the full SHA fdcd664View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31d3b1 - Browse repository at this point
Copy the full SHA e31d3b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91c808 - Browse repository at this point
Copy the full SHA e91c808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0395a95 - Browse repository at this point
Copy the full SHA 0395a95View commit details