NSCAcluster {deco} | R Documentation |
The 'NSCAcluster' slot is the main output from NSCA step. I would be divided in 'Control' and 'Case' if only two categories of samples were input to first 'decoRDA()' function, or would include only one 'All' slot for multiclass or unsupervised analysis.
NSCAcluster(object)
object |
a deco-class object. |
This function returns the NSCAcluster list within a deco-class object.
Francisco Jose Campos Laborie. <fjcamlab@gmail.com>
## ## Loading pre-calculated objects... data(ALCLdata) resNSCA <- NSCAcluster(deco.results.ma) head(resNSCA) # Information within the 'case' category str(resNSCA$Case)