ISLET
Individual-Specific ceLl typE referencing Tool
Bioconductor version: 3.23 · Package version: 1.14.0
ISLET is a method to conduct signal deconvolution for general -omics data. It can estimate the individual-specific and cell-type-specific reference panels, when there are multiple samples observed from each subject. It takes the input of the observed mixture data (feature by sample matrix), and the cell type mixture proportions (sample by cell type matrix), and the sample-to-subject information. It can solve for the reference panel on the individual-basis and conduct test to identify cell-type-specific differential expression (csDE) genes. It also improves estimated cell type mixture proportions by integrating personalized reference panels.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ISLET") Details
| Maintainer | Hao Feng <hxf155@case.edu> |
| Author | Hao Feng [aut, cre] (ORCID: <https://orcid.org/0000-0003-2243-9949>), Qian Li [aut], Guanqun Meng [aut] |
| License | GPL-2 |
| Downloads rank | 222 |
| Source branch | RELEASE_3_23 |
| biocViews | DifferentialExpression, DifferentialMethylation, GeneExpression, RNASeq, Sequencing, Software, Transcription, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 4.2.0), Matrix, parallel, BiocParallel, SummarizedExperiment, BiocGenerics, lme4, nnls
Imports: stats, methods, purrr, abind
Suggests: BiocStyle, knitr, rmarkdown, htmltools, RUnit, dplyr