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

fix: VisiumV1 definition location #165

Closed
wants to merge 22 commits into from
Closed

Commits on Feb 2, 2024

  1. Added spatial_network and nn_network in seuratToGiotto functions plus…

    … updated image in giottoToSeurat
    iqraAmin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    82e060a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Merge pull request drieslab#162 from iqraAmin/dev

    Added spatial_network and nn_network in seuratToGiotto functions plus…
    jiajic authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7a70bfc View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. new: createNetwork() generic

    - 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
    jiajic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9df4338 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. 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
    jiajic committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3016f20 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. chore: remove stray browser()

    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1092bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    807839d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae1cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c25f7 View commit details
    Browse the repository at this point in the history
  5. feat: add compatibility for spatial network DTs that do not have coor…

    …ds info in `convert_to_reduced_spatial_network()`
    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6f635cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ea0e51 View commit details
    Browse the repository at this point in the history
  7. 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
    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3b0e6d2 View commit details
    Browse the repository at this point in the history
  8. feat: createNetwork()

    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.
    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    734b63c View commit details
    Browse the repository at this point in the history
  9. chore: fix merge conflict

    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b0e109e View commit details
    Browse the repository at this point in the history
  10. chore: run document

    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3fc568f View commit details
    Browse the repository at this point in the history
  11. chore: change createNetwork() to non-generic function

    Avoids needing to import matrix class definitions.
    jiajic committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7481276 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. chore: fix network test script

    jiajic committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    38293d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc7afc View commit details
    Browse the repository at this point in the history
  3. chore: fixes for rcmdcheck

    jiajic committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ccaa1ac View commit details
    Browse the repository at this point in the history
  4. fix: alternative method of creating VisiumV1

    Try to avoid import of SeuratObject
    jiajic committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fdcd664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e31d3b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e91c808 View commit details
    Browse the repository at this point in the history
  7. fix: VisiumV1 definition

    jiajic committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0395a95 View commit details
    Browse the repository at this point in the history