projectPLIER | R Documentation |
project a new dataset onto PLIER LVs
projectPLIER(PLIERres, newdata)
PLIERres |
output of PLIER or simpleDecomp |
newdata |
new data to project into LV space |
data("dataWholeBlood")
res=simpleDecomp(datain<-tscale(dataWholeBlood), 20)
newB=projectPLIER(res, datain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.