Description Usage Arguments Details Value Author(s) Examples
Function gnscor
works on the output of function CRepsd, which is
an object of class gnsdt
and computes the correlation between normalized
intensity with predicted values of normalized intensities from lm model as well as
correlation between standardized intensities with predicted values of standardized
intensities from lm model. It saves the final results of correlation in a new slot
corData of an object of class \Codegnsdt
1 2 | ## S4 method for signature 'gnsdt'
gnscor(gnsdt)
|
gnsdt |
an output of function CRepsd, which is an object of the class \Codegnsdt |
Allows the user to compute the correlation and saves the results in the new
slot corData of an object of class gnsdt
object of Class "gnsdt"
and save the results of correlation in
slot corData
Navneet Phogat, Matthias Kohl, Matthias.Kohl@stamats.de
1 2 3 4 5 6 7 8 9 10 11 | ##To read the .csv file
file1 <- system.file("exData", "Imager.csv", package = "ReadqPCR")
data <- readGNS(file = file1)
## To combine the replicates
crep1 <- CRepsd(data)
## To compute the correlation
cor1 <- gnscor(crep1)
## to visualize all the results
cor1
## to visualize the results of correlation only
slot(cor1,"corData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.