GithubHelp home page GithubHelp logo

sandrakla / adri Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 15.74 MB

Shiny App: Calculation of Age-dependent Reference Intervals (AdRI)

Home Page: https://sandrakla.github.io/AdRI/

License: GNU General Public License v3.0

R 99.46% JavaScript 0.54%
decision-tree gamlss lms r reference-intervals regressions shiny shiny-apps

adri's Introduction

Hello ๐Ÿ‘‹

My name is Sandra and I was a student at the TU Braunschweig (Master of Biology, finished Sept 2020) with a focus on Bioinformatics. A broad and interesting field that brings new challenges every day! ๐ŸŒฑ๐Ÿ”ฌ

I am particularly interested in age-dependent reference intervals. I have developed several Shiny Apps on this topic:

I have been working on a Shiny App for processing data from the FreeSurfer program for analysing MRI images of the brain (see ShinySurfer). At work I use databases and SQL to create various GUIs in C# (.NET Framework) and data analysis ๐Ÿ’ป. In my free time I look at some HTML, CSS and Javascript to create websites and learn Python ๐ŸŒŽ.

Over time, I have gained a lot of experience in data science, software development and machine learning. Here is a list of my projects and publications .

๐Ÿ“ซ How to reach me: You can leave me a message via GitHub Discussion!

"Essentially, all models are wrong, but some are useful" - George E.P. Box

adri's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

adri's Issues

Download data with year not only in days

To change the age in the tables (e.g. 3.75 years) to Year/Months/Days (e.g. 3 Years 9 Months 0 Days) use the following functions in Excel:

=INT(A1) & " Years " & INT((A1-INT(A1))*12) & " Months " & ROUND((((A1-INT(A1))*12)-INT((A1-INT(A1))*12))*30;0)& " Days"
=GANZZAHL(A1) & " Years " & GANZZAHL((A1-GANZZAHL(A1))*12) & " Months " & RUNDEN((((A1-GANZZAHL(A1))*12)-GANZZAHL((A1-GANZZAHL(A1))*12))*30;0)& " Days" (GERMANY)

Optimize the axis

  • x-scales of the graphs are displayed by default in the unit years or logarithmic

Optimize Regressions

  • Decision Tree for optimal age group portioning
  • Piecewise Regression (see Virtanen et al. (2020))
  • Creation of a connection to Zlog_AdRI

tabPanel("Analysis",

  #          
  #   p("Linear Regression:"), 
  #   plotOutput("regression_stats_linear", height = "500px"),
  #   p("Polynomials (Degree 10):"),
  #   plotOutput("regression_stats_poly10", height = "500px"),
  #   p("Polynomials (Degree 3):"), 
  #   plotOutput("regression_stats_poly3", height = "500px"),
  #   p("Polynomials (Degree 4):"), 
  #   plotOutput("regression_stats_poly4", height = "500px")
  # )

Hyperparameter optimization

  • Decision Tree in the Window-Methods
  • gamlss ( sliderInput("epochs", "Number of Epochs:", 5 , 250, 30),) -> find.hyper()
  • Regressions

Optimize Density Plot

  • like plotSimplegamlss()
  • #tabPanel("2D Density Plot", plotlyOutput("hexbinplotly", height="600px")),

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.