Description Usage Arguments Value Examples
View source: R/PRIOR_FUNCTIONS.R
This function estimates cell specific
capture efficiencies (BETA_vec
) using mean raw counts of
a subset of genes that is an input for bayNorm. A specific
method is used to exclude genes with high expression or high
drop-out are excluded.
1 | BetaFun(Data, MeanBETA)
|
Data |
A matrix of single-cell expression where rows
are genes and columns are samples (cells). |
MeanBETA |
Mean capture efficiency of the scRNAseq data. This can be estimated via spike-ins or other methods. |
List containing: BETA
: a vector of capture efficiencies,
which is of length number of cells;
Selected_genes
: a subset of
genes that are used for estimating BETA.
1 2 3 | data('EXAMPLE_DATA_list')
BETA_out<-BetaFun(Data=EXAMPLE_DATA_list$inputdata,
MeanBETA=0.06)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.