https://github.com/bioconductor-source/simbu
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
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: gpl-3.0
- Language: R
- Default Branch: devel
- Size: 11.7 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# SimBu
[](https://github.com/omnideconv/SimBu/actions/workflows/test.yml)
[](https://github.com/omnideconv/SimBu/blob/master/LICENSE.md)
[](https://omnideconv.github.io/SimBu)
[](https://app.codecov.io/gh/omnideconv/SimBu?branch=master)
The goal of SimBu is to simulate pseudo-bulk RNAseq datasets with variable cell-type fractions baed on public or private single-cell RNAseq datasets.
## Installation
To install the developmental version of the package, run:
```{r, eval=FALSE}
install.packages("devtools")
devtools::install_github("omnideconv/SimBu")
```
To install from Bioconductor:
```{r, eval=FALSE}
if (!require("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("SimBu")
```
## Usage
Create a dataset-object with local data and simulate a pseudo-bulk dataset
```{r example, eval=FALSE}
library(SimBu)
# use local data to build dataset
dataset <- dataset(annotation = annotation_dataframe, count_matrix = expression_matrix, name = "test_dataset")
simulation <- simulate_bulk(data = dataset, scenario = "random", scaling_factor = "NONE")
```
For more detailed usage instructions, check out [Getting started](http://omnideconv.org/SimBu/articles/simulator_documentation.html).
You can find more information on the simulation setup and mRNA bias in our [SimBu publication](https://doi.org/10.1093/bioinformatics/btac499).
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
.github/workflows/bioc_check.yml
actions
- actions/checkout v2 composite
- insightsengineering/bioc-check-action v1 composite
.github/workflows/pkgdown.yml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- nwtgck/actions-netlify v1.2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/roxygenize.yml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/test-coverage.yml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test.yml
actions
- actions/checkout v2 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- BiocParallel * imports
- Matrix >= 1.3.3 imports
- RColorBrewer * imports
- RCurl * imports
- SummarizedExperiment * imports
- basilisk * imports
- data.table * imports
- dplyr * imports
- ggplot2 * imports
- methods * imports
- phyloseq * imports
- proxyC * imports
- reticulate * imports
- sparseMatrixStats * imports
- tidyr * imports
- tools * imports
- Seurat >= 5.0.0 suggests
- SeuratObject >= 5.0.0 suggests
- curl * suggests
- knitr * suggests
- matrixStats * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests