Description Usage Arguments Value
Compute Reference Component features for clustering analysis
1 2 3 4 5 6 7 8 | dataProject(
rca.obj,
method = "GlobalPanel",
customPath = NULL,
corMeth = "pearson",
power = 4,
scale = T
)
|
rca.obj |
RCA object. |
method |
Either "GlobalPanel"(default), "ColonEpiPanel", "MonacoPanel","ENCODEMousePanel","ENCODEHumanPanel","ZhangMouseBrainPanel","NovershternPanel" or "Custom" |
customPath |
directory path (including filename) to any custom panel stored in RDS format. Only used if method == "Custom". |
corMeth |
Any of the correlation measures supported by R, defaults to pearson |
power |
power to raise up to for the RCA features before clustering, default is 4 |
scale |
True if the data should be scaled, False otherwise |
RCA object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.