Skip to contents

This function generates a line plot of the signal signature for a specified ID using precomputed data stored in the package. The plot shows normalized signal values across detectors, with both line and point markers.

Usage

checkSig_linePlot(id, Sig_list = NULL)

Arguments

id

A character string specifying the ID to be visualized. Must exist in the querySig() return.

Value

A ggplot object showing the signal signature line plot for the given ID.

Details

The function reads the Sig_list.rds file from the sig directory of the USERM package. If the specified ID is not found in the list, an error is raised. The plot includes a title based on the ID and displays signal values across detectors.

Examples

if (FALSE) { # \dontrun{
  checkSig_linePlot("SCC_Bead_CD4_NFR700")
} # }