Giter Site home page Giter Site logo

lilikoi_fadhl's Introduction

Lilikoi is a novel tool for personalized pathway analysis of metabolomics data.

Prerequisites

To install all the required packages without overwriting your installed packages, you can run the below lines:

list.of.packages <- c("ggplot2", "caret","dplyr ","pathifier","RWeka","infotheo","pROC","reshape2","corrplot","Hmisc")
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)

Installation

devtools::install_github("FADHLyemen/lilikoi_Fadhl")

if you have problem with installing Rweka as it requirtes Java, you can reconfiguring R from the command line by runing the below line:

R CMD javareconf

Built With

Example Code

https://github.com/FADHLyemen/lilikoi_Fadhl/blob/master/lilikoi_example.ipynb

lilikoi_fadhl's People

Contributors

fadhlyemen avatar

Stargazers

Breck Yunits avatar

Watchers

James Cloos avatar

Forkers

breckuh vivid225

lilikoi_fadhl's Issues

PDSfun function error

Hello,

Loaddata(file="./Data/DuplMetabolomics_clean.csv")
Metabolite_pathway_table=MetaTOpathway('name')
PDSmatrix= PDSfun(Metabolite_pathway_table)

Loading required package: pathifier
robust_score_bydist. min_exp= 0 , min_std= 0
Error in quantify_pathways_deregulation(as.matrix(newData), row.names(newData), :
invalid dimentions
Calls: PDSfun -> quantify_pathways_deregulation

If you can assist with the reason behind this error and how can I solve it?

Thanks,

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.