Description Usage Arguments Details Value Author(s) Examples
Function readIGNSplot
reads the raw image file and generates the
plot of signal (intensity vs index)
1 | readIGNSplot(Imagefile)
|
Imagefile |
well cutted .jpeg image of lateral flow strip |
Allows the user to read in the .jpeg image of lateral flow strip and generates the signal in the form of the plot (intensity vs index)
plot of signal intensity vs index
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
1 2 3 | ##To read and plot the signal of lateral flow assay strip
file <- system.file("exData", "Serum30nM_2.JPG", package = "GNSplex")
readIGNSplot(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.