Git Product home page Git Product logo

newwave's Introduction

NewWave

A scalable R package for dimensionality reduction and batch effect removal of single-cell RNA-seq data.

How to install

NewWave is available on Bioconductor!

BiocManager::install("NewWave")

How to use

If you have your data stored in a SummarizedExperiment object with batch effect variable called "batch" stored in colData then:

newWave(data,X = "~batch")

In the X matrix you can teoretically store any variable related to the cell, both quantitative and qualitative. If you a batch variable, it must be a factor.

A complete case of use is shown in the vignette.

In the link to the workshop you can find a more detailed explanation plus an example of the usage with DelayedArray and HDF5 files.

Useful links

Bioc2021 workshop

ZINB-WaVE article

ZINB-WaVE package

SharedObject package

newwave's People

Contributors

fedeago avatar rmcminds avatar gbrsales avatar nturaga avatar

newwave's Issues

enable multi-node parallelism

I attempted to do this by simply allowing the 'children' argument for the psock cluster to be a character vector of node names. This allowed the multi-node cluster to be created, and functions work fine on worker nodes, but the 'shared' objects are not actually accessible from other nodes. imagine reworking code to detect multiple nodes, export the subsets of data to each node as needed, then only used the shared objects of the subsets within each node

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.