simPIC

simPIC: simulating single cell ATAC-seq data

https://github.com/sagrikachugh/simpic

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords

bioconductor bioinformatics scatac-seq simulation
Last synced: 11 months ago · JSON representation

Repository

simPIC: simulating single cell ATAC-seq data

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
bioconductor bioinformatics scatac-seq simulation
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog

README.md

R-CMD-check (devel)

simPIC

Overview

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

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

News

Version 1.5.3 (Development Version)

  • Major updates to simPICsimulate function to allow simulating multiple cell-types and batch effects.

For full change logs, please refer to the NEWS file.

Installation

The package can be installed from Bioconductor using the following code

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

r BiocManager::install( "sagrikachugh/simPIC", dependencies = TRUE, build_vignettes = TRUE )

Getting started

To get started, check out the vignette for a quick start and detailed look into simPIC.

r library(simPIC) browseVignettes("simPIC")

Owner

  • Name: Sagrika Chugh
  • Login: sagrikachugh
  • Kind: user
  • Location: Melbourne, Australia
  • Company: University of Melbourne

PhD candidate at the University of Melbourne and St. Vincent's Institute of Medical Research

GitHub Events

Total
  • Delete event: 1
  • Push event: 16
  • Create event: 2
Last Year
  • Delete event: 1
  • Push event: 16
  • Create event: 2

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 3,653 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
bioconductor.org: simPIC

simPIC: flexible simulation of paired-insertion counts for single-cell ATAC-sequencing data

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,653 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 31.3%
Average: 42.8%
Downloads: 97.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.4.0 depends
  • SingleCellExperiment * depends
  • BiocGenerics * imports
  • Matrix * imports
  • S4Vectors * imports
  • SummarizedExperiment * imports
  • actuar * imports
  • checkmate >= 2.0.0 imports
  • fitdistrplus * imports
  • matrixStats * imports
  • methods * imports
  • rlang * imports
  • scales * imports
  • scuttle * imports
  • stats * imports
  • BiocStyle * suggests
  • ggplot2 >= 3.4.0 suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/bioc-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/setup-r v2 composite