Description Usage Arguments Value Author(s)
This function estimates the capture efficiencies of the cells from the single-cell RNA-seq studies. It takes input the ERCC spike-in transcript and molecular concentration data, if available or count expression data, if spike-ins are not available.
1 |
CountData |
Observed count data matrix for genes, rows represent genes, columns represent cells. |
CE.range |
Two-element vector representing the lower and upper limits for the estimated range of capture efficiencies
(ONLY needed if RNAspike.use = |
RNAspike.use |
Logical value indicating TRUE/FALSE, if TRUE, spikes and spike.conc information must be provided. |
spikes |
Observed count matrix for spike-in transcripts, rows represent spike-in transcripts, columns represent cells. Only needed if RNAspike.use = |
spike.conc |
Vector of theoretical count for each spike-in transcript in one cell (ONLY needed if RNAspike.use = |
method |
Character representing the methods to be used for computation of capture efficiencies for cells. |
Returns a vector of estimated capture efficiencies for cells given in the scRNA-seq data.
Samarendra Das
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.