Git Product home page Git Product logo

scdata's Introduction

scData

This package provides example data for use with the MultiK package. Data will be lazily created as a Seurat object in the global R environment.

License

The included data is licensed for use with attribution CC BY 4.0. Please cite:

Dong M, Thennavan A, Urrutia E, Li Y et al. SCDC: bulk gene expression deconvolution by multiple single-cell RNA sequencing references. Brief Bioinform 2021 Jan 18;22(1):416-427. DOI: 10.1093/bib/bbz166; PMID: 31925417

Installation

This package is currently available only on GitHub as siyao-liu/scData. You can install the current version using the remotes package (which you must already have installed):

# install.packages("remotes")
remotes::install_github("siyao-liu/scData")

Usage

Once installed, just attach the package; this makes the global variable scData available (lazily). The data won’t actually be loaded until it is first used.

library(scData)
scData

#> Loading required package: Seurat
#> Attaching SeuratObject
#> Attaching sp

#> An object of class Seurat 
#> 21247 features across 2609 samples within 1 assay 
#> Active assay: RNA (21247 features, 0 variable features)

# For a description of the data object:
?scData

Data source

The data is extracted from a single cell data set published in the Gene Expression Omnibus database GEO as accession GSM4041646.

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.