Giter Site home page Giter Site logo

shiny-server's People

Contributors

mihuber avatar ozagordi avatar predli avatar sschmutz avatar vkufne avatar

Watchers

 avatar  avatar  avatar  avatar

shiny-server's Issues

VirMetRunAnalysis species table limit of 100 entries

The species table of the shiny-server/NGS/VirMetRunAnalysis/ app has a limit of 100 entries. If there are more, they are not displayed.

This limit could be increased here:

options = list(pageLength = 100,

The reason for this limit and not allowing for a paged table is, that the second table (Corresponding virus reference sequences) won't work properly if you're on the second page.

In my opinion nothing to fix but to remember that there's this limitation.

Adapt VirMet Run Analysis to work with new VirMet orgs_species_found.tsv file

During the last VirMet update, the layout of the orgs_species_found.tsv file changed a bit. It now contains additional infos which somehow fails the current shiny app.

We could now
a) fix it so it'll accept both old and new orgs_species_found.tsv files
b) look forward and change it so it's optimized for the new output

shiny server login only possible for @miuber

Only mihuber has access to the shiny server, because it uses his key. This should be changed to a common key that other people from the group can as well access the shiny server and publish apps.

VirMetRunAnalysis read length for coverage score is hardcoded to 151

VirMetRunAnalysis read length for coverage score is hardcoded to 151 in server.R.
mutate(covered_exp = 100 * (1 - exp(-reads * 151 / seq_len)))
Maybe we could add a shiny input field to change this if we analyse external datasets with different read lengths. Default should stay 151.

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.