Coder Social home page Coder Social logo

zy26 / mrhca Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 6 KB

A nonparametric statistics based method for hub and co-expression module identification in large gene co-expression network

Home Page: https://doi.org/10.1007/s40484-018-0131-z

R 63.59% C++ 36.41%
co-expression module identification gene-expression-networks algorithm algorithms-implemented large-scale large-scale-structure large-scale-data-visualization large-scale-indexing statistics statistical-analysis statisctis statistical-significance statistical-models statistical-methods statistical-mechanics statistical-genetics mutual-information mutual-rank

mrhca's Introduction

MRHCA

MRHCA is a non-parametric co-expression analysis method for large association network:

  1. it can be generally applied to association networks of most assessment methods;
  2. it outputs exact significance level for each identified hub and module;
  3. the method is with relatively small computational and memory consumption, hence can be applied to large association networks;
  4. it is sensitive to the modules of weak associations; and
  5. it enables overlapped modules in its outputs.

Our analysis has demonstrated MRHCA can

  1. deal with large association networks,
  2. rigorously assess statistical significance for hubs and module sizes,
  3. identify co-expression modules with low associations,
  4. detect small and significant modules, and
  5. allow genes to be present in more than one modules, compared with existing methods.

Link to the related codes

The link to R and C++ codes which could reproduce the result of "MRHCA: A nonparametric statistics based method for hub and co-expression module identification in large gene co-expression network".

R Package Installation

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

install.packages("Rcpp")

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

Then,

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

R Package Usage

file <- "https://github.com/zy26/mrct/raw/master/testdata/E_coli_anaerobic.txt"
x <- as.matrix(read.table(file, sep = ' ', header = TRUE, row.names = 1))
mr <- MRHCA::GetHubs(x)

Fix the Results from C++ Version

If you have already obtained the results from the C++ codes, you can further use the FixHubs function to filter and optimize the results.

datafile <- "TCGA-COAD.htseq_fpkm.tsv"
file <- "TCGA-COAD.htseq_fpkm.tsv.id.txt"
emfile <- "TCGA-COAD.htseq_fpkm.tsv.txt"
mr <- MRHCA::FixHubs(datafile, file, emfile)

mrhca's People

Contributors

zy26 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

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.