https://github.com/bioconductor-source/sipsic
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 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: other
- Language: R
- Default Branch: devel
- Size: 729 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
SiPSiC
TL;DR: Cell-specific pathway score calculation from single-cell RNA sequencing data.
The Single Pathway analysis in Single Cells (SiPSiC) package is used to infer biological pathway activity of the individual cells included in a single-cell RNA-seq dataset. The dataset and list of genes comprising the pathway of interest are provided by the user, then per-cell pathway scores are calculated for all cells by the 'getPathwayScores' function. SiPSiC depends on R's 'Matrix' package available on CRAN and on Bioconductor's SingleCellExperiment package. For further information, go to:
https://www.genome.org/cgi/doi/10.1101/gr.278431.123
Install the package directly from Bioconductor by executing the following commands in an R session:
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("SiPSiC")
SiPSiC was developed at the Drier lab, the Lautenberg Center for Immunology and Cancer Research, IMRIC, Faculty of Medicine, Hebrew University of Jerusalem, Israel.
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
- Matrix * depends
- SingleCellExperiment * depends
- BiocStyle * suggests
- knitr * suggests
- rmarkdown * suggests