You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users would likely benefit from a simple plotting routine to plot normalization scale factors (by group).
To identify potential bias in the sample groups that might skew analyses.
R code
This would involve porting over some functionality from SomaLogic's internal code base, SomaNormalization.
plotMedNorm()
The text was updated successfully, but these errors were encountered:
This should be added (internally) to SomaPlot as well. When this happens, we'll need to add a lifecycle deprecation message in SomaNormalization to indicate that the function is moving to SomaPlot. In the meantime, it'll be re-exported in SomaNormalization.
Other to-do: this could be done with the ROC-plotting functions in SomaClassify as well. See #14 and #13
Feature
Users would likely benefit from a simple plotting routine to plot normalization scale factors (by group).
To identify potential bias in the sample groups that might skew analyses.
R code
This would involve porting over some functionality from SomaLogic's internal code base, SomaNormalization.
The text was updated successfully, but these errors were encountered: