Given gene and sample parameters, use MLE to obtain guide parameters.
1 2 3 4 5 6 7 8 9 | optGuide(
guide_features,
gene_effects,
sample_effects,
use_genes,
write_log,
user_DataObj,
user_ModelObj
)
|
guide_features |
Weights for guide efficiency features to use on initialization. |
gene_effects |
By-gene essentiality parameters. |
sample_effects |
By-sample parameters. |
use_genes |
Vector of gene names to |
write_log |
Function to write to central timestamped log file. |
user_DataObj |
DataObj with experimental data to analyze. |
user_ModelObj |
ModelObj with preprocessed model parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.