A package that provides data analysis pipeline for flow cytometry.
GNU Affero General Public License v3.0
77
stars
29
forks
source link
flowClust prior is erroneous when using kmeans_prior. The w0 parameter is a vector that is inappropriately replicated to length(w0)*K rather than K within prior_flowClust. This causes an error in the model fitting. #80