Skip to contents

Queries fluorophore and returns similar fluorophores.

Usage

QC_SimilarFluorophores(
  TheFluorophore,
  NumberDetectors,
  returnSynonyms = FALSE,
  NumberHits = 10,
  returnPlots = FALSE,
  plotlinecolor = NULL
)

Arguments

TheFluorophore

The name of the Fluorophore compare, see QC_ReferenceLibrary

NumberDetectors

Number of detectors of the instrument

returnSynonyms

Something

NumberHits

Number of most similar fluorophores by cosine

returnPlots

Whether to also return signature plots, default is set FALSE

plotlinecolor

Default NULL, otherwise if single line provide desired color

returnSynonymns

Returns only fluorophores > 0.98 cosine value, default FALSE

Value

A dataframe of similar fluorophores

Examples

Results <- QC_SimilarFluorophores(TheFluorophore="Spark Blue 550",
 NumberDetectors=64, returnSynonymns=FALSE, NumberHits = 10, returnPlots=FALSE)
#> Error in QC_SimilarFluorophores(TheFluorophore = "Spark Blue 550", NumberDetectors = 64,     returnSynonymns = FALSE, NumberHits = 10, returnPlots = FALSE): unused argument (returnSynonymns = FALSE)