dataProject: Compute Reference Component features for clustering analysis

Description Usage Arguments Value

View source: R/dataProject.R

Description

Compute Reference Component features for clustering analysis

Usage

1
2
3
4
5
6
7
8
dataProject(
  rca.obj,
  method = "GlobalPanel",
  customPath = NULL,
  corMeth = "pearson",
  power = 4,
  scale = T
)

Arguments

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

Value

RCA object.


linquynus/RCAv2-beta documentation built on Aug. 9, 2020, 12:34 a.m.