View source: R/limma_functions.R
get_limma_results | R Documentation |
This functions creates limma DE analysis
get_limma_results(
normData,
df_treatment_Ind,
design.given,
contrasts.matrix.given,
coef.given.list,
OUTPUT_Data_sample,
comp_name,
pCutoff.given = 0.05,
FCcutoff.given = log2(1.2),
forceResults = FALSE,
EPIC = FALSE
)
normData |
dataframe to use as normalized values |
df_treatment_Ind |
Sample sheet with information for plotting |
design.given |
Matrix with design |
contrasts.matrix.given |
makeContrast object to test |
coef.given.list |
List of coefficients names to test. |
OUTPUT_Data_sample |
Output directory to save results |
comp_name |
Column name in sample sheet given to test. |
pCutoff.given |
Adjusted pvlaue cutoff. Default=0.05, |
FCcutoff.given |
Log Fold change cutoff. Default=log2(1.2), |
forceResults |
Set flag to force results if previously generated. Default=FALSE |
EPIC |
Boolean to indicate EPIC probes, avoid generating huge xlsx file. Default=FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.