Create underlying constraints for optimization problem
1 2 3 4 5 6 7 8 9 | create_rake_constraints(
cells,
D,
sample_counts,
target_counts,
lowlim,
uplim,
verbose
)
|
cells |
Dataframe of distinct cells |
D |
Design matrix, output from |
sample_counts |
Vector of sample counts for each cell |
target_counts |
Vector of target counts for each cell |
lowlim |
Lower bound on weights, default 0 |
uplim |
Upper bound on weights, default Inf |
verbose |
Boolean. Show optimization information, default False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.