Skip to content
Snippets Groups Projects
Commit ebf52415 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

update readme

parent f6e12c10
Branches
Tags
No related merge requests found
......@@ -189,7 +189,7 @@ l_tmb <- fitModelParallel(formula = kij ~ varB + (varB | varA),
## -- DESeq2
library(DESeq2)
dds <- DESeq2::DESeqDataSetFromMatrix(
countData = mock_data$counts,
countData = round(mock_data$counts),
colData = mock_data$metadata,
design = ~ varA + varB + varA:varB )
dds <- DESeq2::DESeq(dds, quiet = TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment