View source: R/25-CancerInSilico.R
CancerInSilico_estimation | R Documentation |
This function is used to estimate useful parameters from a real dataset by
using calibratePathway
function in CancerInSilico package.
CancerInSilico_estimation(ref_data, verbose = FALSE, seed)
ref_data |
A count matrix. Each row represents a gene and each column represents a cell. |
verbose |
Logical. |
seed |
An integer of a random seed. |
A list contains the estimated parameters and the results of execution detection.
Sherman T D, Kagohara L T, Cao R, et al. CancerInSilico: An R/Bioconductor package for combining mathematical and statistical modeling to simulate time course bulk and single cell gene expression data in cancer. PLoS computational biology, 2019, 14(4): e1006935. https://doi.org/10.1371/journal.pcbi.1006935
Bioconductor URL: https://bioconductor.org/packages/release/bioc/html/CancerInSilico.html
Github URL: https://github.com/FertigLab/CancerInSilico
## Not run:
ref_data <- simmethods::data
## estimation
estimate_result <- simmethods::CancerInSilico_estimation(
ref_data = ref_data,
verbose = TRUE,
seed = 111
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.