Description Usage Arguments Value Author(s) Examples
Calculate residual of polynomial fit
1  | PipeR(Data,Ndg=3,Method="Poly")
 | 
Data | 
 gene-by-sample matrix or isoform-by-sample matrix.It should be rescaled to values bwteen [-1,1].  | 
Ndg | 
 degree of polynomial.  | 
Method | 
 only polynomial fitting ("Poly") is available now.  | 
The function will fit polynomial curve to each row of the data. The output returns the MSE of each row (gene/isoform).
Ning Leng
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.