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

Imgui #16

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Imgui #16

wants to merge 19 commits into from

Commits on Apr 13, 2021

  1. imgui

    elect86 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7c3bfff View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. imgui

    elect86 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    6ed5888 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. fixed, listing cell name

    elect86 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    45bc6ac View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge remote-tracking branch 'originale/color_instancing' into color_…

    …instancing
    
    # Conflicts:
    #	build.gradle.kts
    #	src/main/kotlin/graphics/scenery/xtradimensionvr/AnnotationsIngest.kt
    #	src/main/kotlin/graphics/scenery/xtradimensionvr/SparseReader.kt
    #	src/main/kotlin/graphics/scenery/xtradimensionvr/XPlot.kt
    elect86 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    36a2b53 View commit details
    Browse the repository at this point in the history
  2. first sketch

    elect86 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dc1e125 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. some shading changes and clikcbehaviour updates

    Luke Hyman committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3694a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. force additional instance updating in hmd clickbehavour. Replace box …

    …with infinite floor. Replace random lighting with tetrahedron and headlight
    Luke Hyman committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    b3083ff View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    d3e4aaa View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    ee39a12 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    1acf9b7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. functionailty to select 10 most expressed genes from selection based …

    …on hypergeometric test and group fold. Works poorly, picking genes that have very few cells expressing it
    ljjh20 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    7c5d8c2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. refactor of gene fetching functions - only reads gene expressions onc…

    …e and uses trove int hashsets.
    ljjh20 committed May 11, 2021
    Configuration menu
    Copy the full SHA
    08133cd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. statistical test for differential gene expression now uses WhitneyMan…

    …n U test (or ranked-sum wilcoxen test). Gene expression is also normalized between 0 and 10 and the max gene expression is shown as the upper bound for the color map
    ljjh20 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c56b7da View commit details
    Browse the repository at this point in the history
  2. changes to controls. Bound to hmd, changed bindings, removed ability …

    …to control camera with controller
    Luke Hyman committed May 18, 2021
    Configuration menu
    Copy the full SHA
    22e7ffa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. genes are initially filtered for being less than 80 percent sparse, r…

    …educing the number of genes that need to be tested, improving speed
    ljjh20 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c904169 View commit details
    Browse the repository at this point in the history
  2. addition of state variable, indicating weather genes are being fetche…

    …d and stopping the function from being reactivated.
    ljjh20 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    f6f113b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. addition of Welch T test for less accurate but quicker differential e…

    …xpression calculation
    ljjh20 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    7c5ba99 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Merge remote-tracking branch 'origin/vr_optimization' into imgui

    # Conflicts:
    #	build.gradle.kts
    #	src/main/kotlin/graphics/scenery/xtradimensionvr/XPlot.kt
    #	src/main/kotlin/graphics/scenery/xtradimensionvr/XVisualization.kt
    elect86 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    039d62a View commit details
    Browse the repository at this point in the history
  2. fixing imgui

    elect86 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c7683ac View commit details
    Browse the repository at this point in the history