Queries fluorophore and returns similar fluorophores.
Usage
QC_SimilarFluorophores(
TheFluorophore,
NumberDetectors,
NumberHits,
returnPlots = FALSE
)
Arguments
- TheFluorophore
The name of the Fluorophore compare, see QC_ReferenceLibrary
- NumberDetectors
Number of detectors of the instrument
- NumberHits
Number of most similar fluorophores by cosine
- returnPlots
Whether to also return signature plots, default is set FALSE
Value
A dataframe of similar fluorophores
Examples
Results <- QC_SimilarFluorophores(TheFluorophore="Spark Blue 550",
NumberDetectors=64, NumberHits = 10, returnPlots=FALSE)