Description Usage Arguments Details Value Author(s) Examples
View source: R/preprocess_ExpressionSet.R
precessing the ExpressionSet object by filtering, transforming or normalization
1 2 3 4 5 6 | get_processedExprSet(dataset=ExpressionSet,
trim_cutoff=0.2,
trim=c("none", "both", "feature", "sample", "Group"),
transform=c("none", "log2", "log2p", "log10", "log10p"),
normalize=c("none", "TSS", "TMM", "RLE", "CLR", "Zscore", "Median", "MAD", "Robust", "Unit", "Min_Max"),
impute=c("none", "deletion", "GlobalStandard", "KNN"))
|
dataset, |
ExpressionSet; (Required) an Raw ExpressionSet object by 'get_ExprSet'. |
trim_cutoff, |
Numeric; the threshold for filtering (default: Cutoff=0.2). |
trim, |
Character; filter to apply.(default: trim="none"). |
normalize, |
Character; normalization to apply.(default: normalize="none"). |
tranform, |
Character; transformation to apply.(default: tranform="none"). |
inpute, |
Character; inputation to apply.(default: inpute="none"). |
12/7/2021 Guangzhou China
an preprocessed ExpressionSet Object
Hua Zou
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.