Description Usage Arguments Details Value Examples
View source: R/synthetic_controls.r
Input raw data and a vector of capture efficiencies of cells.
1 | SyntheticControl(Data, BETA_vec)
|
Data |
A matrix of single-cell expression where rows
are genes and columns are samples (cells). |
BETA_vec |
A vector of capture efficiencies (probabilities) of cells. |
Simulate control data (based on Poisson distribution).
List containing 2D matrix of synthetic control,
BETA_vec
used and lambda
used
in rpois
.
1 2 3 4 | data("EXAMPLE_DATA_list")
SC_output<-SyntheticControl(Data=
EXAMPLE_DATA_list$inputdata,
BETA_vec = EXAMPLE_DATA_list$inputbeta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.