View source: R/TCGA_Download_Preprocess.R
Preprocess_MAdata_Normal | R Documentation |
Internal. Pre-process gene expression data for normal samples.
Preprocess_MAdata_Normal(
CancerSite,
Directory,
File,
MissingValueThresholdGene,
MissingValueThresholdSample,
doBatchCorrection,
batch.correction.method,
BatchData
)
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. |
The data matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.