Preprocess_MAdata_Normal: The Preprocess_MAdata_Normal function

View source: R/TCGA_Download_Preprocess.R

Preprocess_MAdata_NormalR Documentation

The Preprocess_MAdata_Normal function

Description

Internal. Pre-process gene expression data for normal samples.

Usage

Preprocess_MAdata_Normal(
  CancerSite,
  Directory,
  File,
  MissingValueThresholdGene,
  MissingValueThresholdSample,
  doBatchCorrection,
  batch.correction.method,
  BatchData
)

Arguments

CancerSite

TCGA code for the cancer site.

Directory

Directory.

File

File.

MissingValueThresholdGene

threshold for missing values per gene. Genes with a percentage of NAs greater than this threshold are removed. Default is 0.3.

MissingValueThresholdSample

threshold for missing values per sample. Samples with a percentage of NAs greater than this threshold are removed. Default is 0.1.

Value

The data matrix.


gevaertlab/EpiMix documentation built on July 20, 2023, 9:28 a.m.