dataset.merging: Merging all individual esets and merging them into a big eset

dataset.mergingR Documentation

Merging all individual esets and merging them into a big eset

Description

Merging all individual esets and merging them into a big eset

Usage

dataset.merging(
  esets,
  method = c("union", "intersect"),
  standardization = c("quantile", "robust.scaling", "scaling", "none"),
  nthread = 1
)

Arguments

esets

The list containing all GSE file that need to be merged.

method

either "unique" or "intersect" is use to for selecting geneid

standardization

choose between "quantile", "robust.scaling", "scaling" or "none"

nthread

number of threads (1 by default)

Value

The merging eset


bhklab/consensusOV documentation built on Feb. 13, 2024, 4:50 a.m.