Description Usage Arguments Value Examples
This function identify differential expressed genes by calculating an intensity-dependent Z-score. This function use a sliding window to calculate the mean and standard deviation within a window surrounding each data point, and define a Z-score where Z measures the number of standard deviations a data point is from the mean.
1 |
spot.object |
A spot object |
type |
Type of analysis: "ri" is for a R-I analysis and "ma" is for M-A analysis |
window.size |
Size of the sliding window |
A dataSet object with attributes Cy3, Cy5, Id, Z-score.
1 2 3 4 5 6 7 8 9 10 11 | data(Simon)
# Background Correction
c.spot <- bg.correct(Simon)
#Normalized data
n.spot <- grid.norm(c.spot,23,24)
#Filter spot
f.spot <- filter.spot(n.spot)
#Replicate filtering
u.spot <- spotUnique(f.spot)
#Zscore analysis
s.spot <- Zscore(u.spot)
|
Loading required package: locfit
locfit 1.5-9.1 2013-03-22
Loading required package: tkrplot
Loading required package: tcltk
Attaching package: 'genArise'
The following object is masked from 'package:utils':
help
Warning messages:
1: no DISPLAY variable so Tk is not available
2: loading Rplot failed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.