Skip to content

sagrikachugh/simPIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simPIC

Project Status Project Status.

Overview

simPIC is an R package for simple simulation of single-cell Assay for Transposase Accessible Chromatin sequencing (scATAC-seq) data. simPIC provides a an easy to use interface for:

  • estimating simulation parameters
  • Objects for storing those parameters
  • simulating counts using those parameters

Installation

The package can be installed from Bioconductor using the following code

if(!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("simPIC")

Getting started

To get started, check out the vignette for a quick start and detailed look into simPIC. If you prefer, you can also build the vignette yourself by loading simpIC and exploring the available options.

library(simPIC)
browseVignettes("simPIC")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages