fitModel() Can currently be used to generate full VGAM model objects for each gene in the CellDataSet, but these can be large, so collecting them all in order to extract coefficients can be onerous. We should wrap fit_model_helper() to pull out the coefficients (and their significance scores) and return it as a dataframe for easy plotting.
fitModel() Can currently be used to generate full VGAM model objects for each gene in the CellDataSet, but these can be large, so collecting them all in order to extract coefficients can be onerous. We should wrap fit_model_helper() to pull out the coefficients (and their significance scores) and return it as a dataframe for easy plotting.