Adds Instruments to the base Webpage
Usage
AddInstruments(
name,
manufacturer = "Cytek",
uv = 16,
violet = 16,
blue = 14,
yellowgreen = 10,
red = 8,
organization_name = NULL,
organization_website = NULL,
githubusername = NULL,
TheFCSFolderPath = NULL,
CytekbioExportFolderPath = NULL
)Arguments
- name
Desired name for the instrument
- manufacturer
Instrument Manufacturer
- uv
Number of UV detectors
- violet
Number of violet detectors
- blue
Number of blue detectors
- yellowgreen
Number of yellow-green detectors
- red
Number of red detectors
- organization_name
Name of the organization, default NULL defaults to value provided during FolderSetup
- organization_website
Link to organization website, default NULL defaults to value provided during FolderSetup
- githubusername
GitHub user name, default NULL defaults to value provided during FolderSetup
- TheFCSFolderPath
Default NULL sets path to Cytek file.path 'C:/CytekbioExport/Setup/DailyQC', for alternate file locations or manufacturers, please provide a file.path to the fcs folder location
- CytekbioExportFolderPath
Default NULL sets path to Cytek file.path 'C:/CytekbioExport', for alternate locations of the CytekbioExport folder, please provide a file path.
Examples
AddInstruments(name="5L", manufacturer="Cytek", uv=16, violet=16, blue=14,
yellowgreen=10, red=8, TheFCSFolderPath="C:/CytekbioExport/Setup/DailyQC")
#> Error in AddInstruments(name = "5L", manufacturer = "Cytek", uv = 16, violet = 16, blue = 14, yellowgreen = 10, red = 8, TheFCSFolderPath = "C:/CytekbioExport/Setup/DailyQC"): This shouldn't have happened, check the InstrumentQC folder for a repeated Instrument.qmd file