greenelab / miQC

Flexible, probablistic metrics for quality control of scRNA-seq data
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Added lines to update names of columns so that plots and models use columns provided as parameters to functions #13

Open JTumulty opened 3 hours ago

JTumulty commented 3 hours ago

Added lines to update names of data frame columns in plotMetrics.R, plotModel.R, plotFiltering.R, mixtureModel.R, get1DCutoff.R, and filterCells.R, so that data from columns provided to parameters "detected" and "subset_mito_percent" are used in plotting, model,s and filtering.

Related to issue #12