dysReg | R Documentation |
For each marker processed, draws a scatter plot of matching values of observed vs imputed expressions.
dysReg(dat, dat.imp, marker.proc.list = NULL, verbose = FALSE)
dat |
an object of log2-normalized protein (or gene) expressions, containing markers in rows and samples in columns. |
dat.imp |
the imputed data that putatively represents the expressions of the markers in the (matched) normal states. |
marker.proc.list |
character array, the row names of the data to be processed for dysregulation. |
verbose |
logical, to show progress of the algorithm |
samples' distances to regression line (i.e., dysregulation) on the scatter plots.
the scatter plots.
dat = setNames(as.data.frame(matrix(1:(5*10),5,10),
row.names = paste('marker',1:5,sep='')), paste('sample',1:10,sep=''))
dat.imp = artImpute(dat, ku=2)
result = dysReg(dat, dat.imp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.