Giter VIP home page Giter VIP logo

ideal's People

Contributors

federicomarini avatar hpages avatar jwokaty avatar kayla-morrell avatar link-ny avatar nturaga avatar vobencha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ideal's Issues

Annotation not available

Dear federico,
The ideal application is really awesome. I am using it for an upcoming short practical course on rna-seq.

I'd like to have the annotation available for Arabidopsis. Yet, it is not pre-installed. I understand that this can be solved locally but could you have a look for the public instance of ideal?

This is my error message:
The package org.At.tair.db is not installed/available. Try installing it with BiocManager::install('org.At.tair.db').

In advance thank you
Marc

Id or annotation issue in gene selection post DGE

Hello @federicomarini

Here is the problem I get when using the gene selected from the left menu.

This is the table from below and you can see that the Id column seems fine but that the table also has rownames (I guess).

image

On the left menu, I get this:
image

My guess is that the selection is based on the rownames of the table instead of the id column.

I'm trying to look for the bug myself but I'm having a hard time navigating the code since I'm not that used to shiny app code.

I think I'm trying to find where ths variable is instantiated:

ideal/R/ideal.R

Line 2875 in f993131

if(!is.null(values$annotation_obj)) {

EDIT: for context, I use gene_symbol as my main ID. I guess you use Ensembl ID by default and that is where this is problematic.

Can't remove outliers from the optionnal step box

Hi everyone,

When trying to remove outliers from the "Optionnal step box". I get the following error :

Warning: Error in .validate_names: assay colnames() must be NULL or identical to colData rownames()

However everything works fine when constructing the dds object if i do not remove any sample...

Here is the code activated when clicking on the boxe's button :

observeEvent(input$button_outliersout, {
            withProgress({
                allsamples <- colnames(values$dds_obj)
                outliersamples <- input$selectoutliers
                keptsamples <- setdiff(allsamples, outliersamples)
                dds <- DESeqDataSetFromMatrix(countData = values$countmatrix[, 
                  keptsamples], colData = values$expdesign[keptsamples, 
                  ], design = design(values$dds_obj))
                dds <- estimateSizeFactors(dds)
                values$removedsamples <- input$selectoutliers
                curr_species <- input$speciesSelect
                values$dds_obj <- dds
                updateSelectInput(session, inputId = "speciesSelect", 
                  selected = curr_species)
                values$res_obj <- NULL
            }, message = "Removing selected samples from the current dataset")
        }) 

I do not understand why it's not working, colnames seem to be updated before the new DESeqDataSetFromMatrix function calling. Do you have any idea ?

Thanks you !

Elendill

Annotation error, package not installed - Zebrafish

Just to note that the annotation selection stage is giving an error at the moment, when selecting Zebrafish from the drop down for creating the annotation dataframe :

The package org.Dr.eg.db is not installed/available. Try installing it with BiocManager::install('org.Dr.eg.db')

Error: An error has occurred. Check your logs or contact the app author for clarification.
NULL

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.