From 81cc521ed629231905d4fc762f4dc5c8d7561de0 Mon Sep 17 00:00:00 2001 From: KamilMaliszArdigen Date: Tue, 5 Nov 2024 16:14:46 +0100 Subject: [PATCH] Readme update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f2aaac02..e568acbe 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ RNA-seq limma+voom: ``` :::note +If you would like to use advanced mixed models please create new column in submission sheet with . seperated values forming the composite variable. + +See the [issue 325](https://github.com/nf-core/differentialabundance/issues/325) for more information. +:::note2 If you are using the outputs of the nf-core rnaseq workflow as input here you should provide either the **gene_counts_length_scaled.tsv** or **gene_counts_scaled.tsv** matrices. This follows the [recommendation from the tximport documentation](https://bioconductor.org/packages/devel/bioc/vignettes/tximport/inst/doc/tximport.html#limma-voom): > "Because limma-voom does not use the offset matrix stored in `y$offset`, we recommend using scaled counts generated from abundances, either 'scaledTPM' or 'lengthScaledTPM'."