Queries fluorophore and returns similar fluorophores.
Source:R/QC_SimilarFluorophores.R
QC_SimilarFluorophores.Rd
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
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)