GithubHelp home page GithubHelp logo

scmoo's Introduction

scMOO DOI:10.5281/zenodo.5785195

R package supporting the paper "Imputing dropouts for single-cell RNA sequencing based on multi-objective optimization".

Contents of this archive

This archive contains:

(1) pkg: subdirectory that contains the R package.

(2) scMOO_1.1.pdf: reference manual.

The scMOO package has the following R-package dependencies: keras, tensorflow and rsvd. The dependent packages will be automatically installed along with scMOO. You can use the following commands to install scMOO from GitHub.

Installation

Step 1. If the devtools package has not been installed, install the devtools package first. Invoke R and then type

install.packages("devtools")

Step 2. Load the devtools package.

library("devtools")

Step 3. Install the scMOO package from GitHub.

install_github("Zhangxf-ccnu/scMOO", subdir="pkg")

Quick start

Step 1. Load the library scMOO in R console, by running

library(scMOO)

Step 2. Taking the PBMC_CL dataset as an example, run the following code:

data("PBMC_CL")

result <- scMOO(PBMC_CL, percent=0)

For detailed usages, please refer to "scMOO_1.1.pdf".

Tutorial

A tutorial with examples of cell clustering (downstream experiment) illustrating the usage of scMOO is available at: scMOO-tutorial.html

Contact

Please do not hesitate to contact Miss Ke Jin [email protected] or Dr. Xiao-Fei Zhang [email protected] to seek any clarifications regarding any contents or operation of the archive.

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.