Coder Social home page Coder Social logo

traitcorr's Introduction

traitCorr (v0.8)

TraitCorr - correlating gene expression with phenotypic data

The user interface TraitCorr allows to determine those genes that significantly correlate with a selected trait or among traits and provides various visualisation and analysis possibilities.

Screenshots of the tool

correlation of transcriptome data with trait information

traitCorr

Literature

Please find our manuscript published in Gene Reports TraitCorr-Gene-Report-Nussbaumer et al. 2020 and our preprint TraitCorr-Preprint-Nussbaumer et al., 2019

Installation

Following packages are needed, the Rscript "ReporteRs" has been replaced by R package "officer", as suggestd by davidgohel/ReporteRs.

library(d3heatmap)
library(gplots)
library(officer)
library(VennDiagram)
library(scales)
library(shiny)
library(shinyalert)
library(shinyBS)
library(shinyjs)
library(shinythemes)
library(xlsx)

This is how to run it:

source("methods.R")
source("ui.R")
source("server.R")
shinyApp(ui,server)

To simplify the process of running traitcorr we added the method run_traitcorr that includes all dependencies.

Normally, I would copy the content of run_traitCorr.R into the R workbench and then I first see whether R packages are still needed. If so, then the R shiny GUI should be displayed. The input_data "traitCorr_input.zip" would have to get extracted and finally the data can be included and afterwards possible to analyse the demo files.

run_traitcorr()

traitcorr's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

traitcorr's Issues

Error: "unable to find an inherited method for function"

Hello! How are you doing?

I tried to run traitCorr, but I've had some problems.

When I run source("run_traitCorr.R"), this message comes up: Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘print’ for signature ‘"character"’, and I can't even choose an input file.

If I run:
source("methods.R")
source("ui.R")
source("server.R")
shinyApp(ui,server)
The pop up appears, but as soon as I choose an input file, the following message comes up: Listening on http://127.0.0.1:3355 Warning: Error in <Anonymous>: unable to find an inherited method for function ‘print’ for signature ‘"character"’ [No stack trace available]

Finally, if do as mentioned in the second example, but chose the option of running it on my browser, I can choose an input file, but just one. After I choose it, the screen freezes, and I can't continue.

Do you know how I shoul proceed?

Thanks in advance!

Best,
Pedro Martins

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.