GithubHelp home page GithubHelp logo

zerostwo / hdwgcna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smorabit/hdwgcna

0.0 1.0 0.0 101.43 MB

High dimensional weighted gene co-expression network analysis

Home Page: https://smorabit.github.io/hdWGCNA/

License: Other

R 100.00%

hdwgcna's Introduction

high dimensional WGCNA

R ISSUES

Note: hdWGCNA is under active development, so you will likely run into errors if you choose to use hdWGCNA before its first stable release.

hdWGCNA, formerly known as scWGCNA, is an R package for performing weighted gene co-expression network analysis (WGCNA) in high dimensional data such as single-cell RNA-seq or spatial transcriptomics. hdWGCNA constructs co-expression networks in a cell-type-specific manner, identifies robust modules of inerconnected genes, and provides biological context for these modules. hdWGCNA is directly compatible with Seurat objects, one of the most ubiquitous formats for single-cell data. Check out the hdWGCNA basics tutorial to get started.

Installation

We recommend creating an R conda environment environment for hdWGCNA.

# create new conda environment for R
conda create -n hdWGCNA -c conda-forge r-base r-essentials

# activate conda environment
conda activate hdWGCNA

Next, open up R and install the required dependencies:

  • Bioconductor, an R-based software ecosystem for bioinformatics and biostatistics.
  • Seurat, a general-purpose toolkit for single-cell data science.
  • WGCNA, a package for co-expression network analysis.
  • igraph, a package for general network analysis and visualization.
  • devtools, a package for package development in R.
# install BiocManager
install.packages("BiocManager")

# install Bioconductor core packages
BiocManager::install()

# install additional packages:
install.packages(c("Seurat", "WGCNA", "igraph", "devtools"))

Now you can install the hdWGCNA package using devtools.

devtools::install_github('smorabit/hdWGCNA', ref='dev')

hdwgcna's People

Contributors

smorabit avatar

Watchers

James Cloos 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.