From 9f8518e1ef17fd23b5923bc37a50ccddcbeb299d Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 10 Jun 2026 20:02:05 -0700 Subject: Add stability_score and signal to noise ratio plot functions --- man/plot_snr.Rd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/plot_snr.Rd (limited to 'man/plot_snr.Rd') diff --git a/man/plot_snr.Rd b/man/plot_snr.Rd new file mode 100644 index 0000000..177b6ed --- /dev/null +++ b/man/plot_snr.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/plot_snr.R +\name{plot_snr} +\alias{plot_snr} +\title{Plot Signal to Noise Ratio} +\usage{ +plot_snr(X, method = c("rmad", "pearson", "spearman", "kendall")) +} +\arguments{ +\item{X}{The data matrix to operate on} + +\item{method}{Required to select a correlation method} +} +\value{ +ggplot object +} +\description{ +Compute the stability scores for each entry and plot it +against the estimate correlation coefficients. +} -- cgit v1.2.3