Git Product home page Git Product logo

qubic's Introduction

QUBIC

Build Status

Authors: Yu Zhang and Qin Ma

Desription

QUBIC is recognized as one of the best biclustering methods in terms of its efficiency and effetiveness in biological data interpretion. This package provides an R implementation of the QUBIC algorithm, with significantly improved efficiency and comprehensive functions.

Installation

Please follow the instructions mentioned in the URL: http://bioconductor.org/packages/QUBIC

To install the development version of QUBIC, you will need to install at least the following packages from CRAN

install.packages("biclust")
install.packages("Rcpp")
install.packages("RcppArmadillo")
source("http://bioconductor.org/biocLite.R") # install BiocInstaller

For Windows users, Rtools(https://cran.r-project.org/bin/windows/Rtools/) should also be installed.

Then,

install.packages("devtools")
devtools::install_github("zy26/QUBIC")

To draw heatmap and visualize network, the following packages should also be installed:

install.packages("qgraph")
install.packages("RcolorBrewer")

Vignette

You can find the tutorial for QUBIC at https://bioconductor.org/packages/release/bioc/vignettes/QUBIC/inst/doc/qubic_vignette.pdf

qubic's People

Contributors

dtenenba avatar hpages avatar link-ny avatar nturaga avatar vobencha avatar zy26 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

qubic's Issues

cluster.cc compilation failed

Hi,

I tried installing QUBIC following the instructions here http://bioconductor.org/packages/release/bioc/html/QUBIC.html using gcc v6.2.0 and R v3.4.1. It first compiles RcppExports.cpp and charset.cc successfully, but will then return the following errors when compiling cluster.cc

cluster.cc: In function 'std::vector cluster(const DiscreteArrayListWithSymbols&, const std::vector<Edge*>&, std::size_t, double, bool, bool, bool, std::size_t, int, double, double, bool)':
cluster.cc:381:29: error: 'stdout' was not declared in this scope
if (verbose) fputc('.', stdout);
^~~~~~
cluster.cc:381:35: error: 'fputc' was not declared in this scope
if (verbose) fputc('.', stdout);
^
cluster.cc:383:24: error: 'stdout' was not declared in this scope
if (verbose) fprintf(stdout, "\n");
^~~~~~
cluster.cc:383:36: error: 'fprintf' was not declared in this scope
if (verbose) fprintf(stdout, "\n");
^
make: *** [cluster.o] Error 1
ERROR: compilation failed for package 'QUBIC'

Could you please help me troubleshoot this?

Thank you very much.

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.