View source: R/cite_RNAseqGSEA.R
cite_RNAseqGSEA | R Documentation |
Prints methods used for RNAseq and GSEA analysis, allows for variable interpolation to print a custom message.
cite_RNAseqGSEA( fold_changes = 1.5, normalisation_type = "LRT_ruvR_upperquartile" )
fold_changes |
[type: vector<numeric>, default: 1.5] A vector of numerics, get concatenated and formatted for printing. |
normalisation_type |
[type: character, default: "LRT_ruvR_upperquartile"] Either "LRT_ruvR_upperquartile" or "TMM", depends on if replicates could be used for analysis and normalisation type. |
cite_RNAseqGSEA(fold_changes = c(1.5, 2.0), normalisation_type = "TMM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.