LTMprep | R Documentation |
This function can do quantile normalization, get the representative profile for rows with duplicated gene symbols, filter out genes with low expression values, and blunt the outliers of the given expression matrix.
LTMprep( prepD, quantNorm = TRUE, uniStyle = "mad", removeLowQuant = 0.1, bluntLowQuant = 0.025, bluntHighQuant = 0.975, digitsNum = 4, outFileSymbol = NULL, outDir = NULL )
prepD |
a data frame. The first column is the gene symbol, and other columns are samples. One row per gene. |
quantNorm |
logical. Set |
uniStyle |
a character string. Select the way of getting the representative profile for rows with duplicated gene symbols.
It must be |
removeLowQuant |
a numeric value. Filter out genes based on their median expression value. If the median expression value locate below the |
bluntLowQuant |
a numeric value. Blunt the outlier value across samples gene by gene. If an expression value is below the |
bluntHighQuant |
a numeric value. Blunt the outlier value across samples gene by gene. If an expression value is above the |
digitsNum |
an integer value. The integer indicates the number of decimal places to be used in the prepared data frame. |
outFileSymbol |
a character string. A prefix exists in the name of output file.
Set it |
outDir |
a character string. The name of directory used to store output file. |
a data fame prepared for LTM analysis
## please refer to the webpage of LTMR package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.