cleanUrl: "toast-usage"

Quickstart

design_out = makeDesign(design, prop)
fitted_model = fitModel(design_out, Y_raw)
fitted_model$all_coefs # List all phenotyep names
fitted_model$all_cell_types # List all cell type names

res_table = csTest(fitted_model, coef='age',
									cell_type='Neuron', contrast_matrix=NULL)