Premium Feature — Available with all Premium Editions of LabKey Server. Learn more or contact LabKey.

Luminex® analysis in LabKey Server makes use of a transform script to do a number of calculations including curve fits and estimated concentrations. To get the transform script running, you will need to:

Install and Configure R

You will need to install R and configure it as a scripting language on your LabKey Server. If you are on a Windows machine, install R in a directory that does not contain a space (i.e. not the default "C:\Program Files\R" location).

Install Necessary R Packages

The instructions in this section describe package installation using the R graphical user interface.

Install Ruminex

The transform script requires Ruminex, a custom package not available on CRAN, so you will need to use the zip package provided in the sample files you downloaded. This tutorial was tested using Ruminex 0.1.0 (and 0.0.9); other versions may not work identically.

  • If you are running R-3.0.0 or later, use Ruminex_0.1.0.zip from the LuminexSample files you downloaded. (Or download it here: Ruminex_0.1.0.zip).
  • Launch the R graphical user interface. Use the drop-down menus in the R user interface to select: Packages > Install package(s) from local file...
  • Open the zip file you downloaded from this page.

Install Additional Packages

  • Open your R console.
  • Using the R console, install the packages listed below using commands like the following (you may want to vary the value of repos depending on your geographic location):
install.packages("Rlabkey", repos="http://cran.rstudio.com")
  • Install the following packages (some may be downloaded for you as dependencies of others):
    • Rlabkey
    • RCurl
    • rjson
    • xtable
    • drc
    • Cairo
  • As an alternative to the R console, you can use the R graphical user interface:
    • Use the drop-down menus to select Packages > Install package(s)...
    • Select your CRAN mirror.
    • Select the packages listed above. (You may be able to multi-select by using the Ctrl key.)
    • Click OK and confirm that all packages were successfully unpacked and checked.

Associate the Transform Script with the Assay Design

Control Access to Scripts

Next, place the transform script and utility script in a server-accessible, protected location.

Your script was uploaded into the Files web part earlier; however, we do not recommend running it from this location. If you do so, all users with edit-level permissions on your server will be able to replace/edit the script which runs with very high levels of permission on your server. Before continuing, place a copy of the transform script and its associated utility script in a safer location on your server. If your server runs on Windows, for example:

  • Locate the LABKEY_HOME directory on your local machine. For example, it might be C:\labkey\
  • Create a new directory named scripts here.
  • Place a copy of each of these files in this new directory: (Copy from the sample data you already downloaded.)
    • labkey_luminex_transform.R
    • youtil.R

For more information about locating R scripts, see Transformation Scripts in R.

Add Path to Assay Design

Edit the transform script path in the assay design we provided to point to this location.

  • In the Assay List of your Luminex folder, click Luminex Assay 200.
  • Click Manage Assay Design > Edit assay design.
  • In the Assay Properties section, for the Transform Script, enter the full path to the scripts you just placed.
  • Click Save

When you save, the server will verify the script location.

Test Package Configuration

This step is optional, but will confirm that your R script will run as needed in the following tutorial steps.

  • Click Luminex.
  • In the Files web part, select /Luminex/Runs - Assay 200/02-14A22-IgA-Biotin.xls.
  • Click Import Data.
  • Select Use Luminex Assay 200 in the popup and click Import again.
  • For Batch properties, leave defaults unchanged and click Next.
  • For Run Properties, leave defaults unchanged and click Next.
  • Click Save and Finish.

If there is a problem with the path, or with installed packages or the version of R, error messages will help you figure out what else you need to do (e.g., installing an additional R package or upgrading your version of R). After installing a missing package, you can refresh your browser window to see if additional errors are generated.

If your script cannot find youtil.R, make sure it is located in the same directory as the LabKey Luminex transform script. The following should be peers:

  • labkey_luminex_transform.R
  • youtil.R
For further troubleshooting tips, see: Troubleshoot Luminex Transform Scripts and Curve Fit Results

When you see the Luminex Assay 200 Runs grid, you know your script was successfully run while importing the test run.

Delete the Imported Run Data

Before continuing with the tutorial, you need to delete the run you used to test your R configuration.

  • Select (Admin) > Manage Assays.
  • Select Luminex Assay 200.
  • Click the top checkbox on the left of the list of runs. This selects all rows.
  • Click (Delete).
  • Click Confirm Delete.

Previous Step | Next Step (3 of 7)

Was this content helpful?

Log in or register an account to provide feedback


previousnext
 
expand allcollapse all