-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: taking absolute l2fc values to sort * fix: explicitely refitting genewise dispersions * fix: less warning for font selection, tinkering with parameterization fit * feat: allowing more threads per de analysis * feat: entered default threads for the index and aligning rules * feat: allowing for different plot format outputs * feat: categorized deseq2 configurations, added plot figure type selection * feat: new samples * temp: temorarily removed temp flag * refactor: more stample diff exp output * feat: CI config updated for changes in code * style: format string instead of string concatenation * style: format string instead of string concatenation * fix: syntax * fix: added missing config option * fix: removed printf debugging output * feat: using inference to set threading globally * fix: removed 'batch' from design factors * style: one more format string instead of path concatenation * fix: using nonsense alpha for ci * fix: using nonsense alpha for ci
- Loading branch information
Showing
8 changed files
with
185 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
sample condition condition2 batch platform purity | ||
m18_bc01 male condition2 batch1 NANOPORE 1 | ||
m18_bc02 male condition2 batch1 NANOPORE 1 | ||
m18_bc03 female condition2 batch1 NANOPORE 1 | ||
m18_bc04 female condition2 batch1 NANOPORE 1 | ||
m18_bc05 female condition2 batch1 NANOPORE 1 | ||
m18_bc06 male condition2 batch1 NANOPORE 1 | ||
ma_bc07 male condition2 batch2 NANOPORE 1 | ||
ma_bc08 male condition2 batch2 NANOPORE 1 | ||
ma_bc09 female condition2 batch2 NANOPORE 1 | ||
m18_bc01 male imago batch1 NANOPORE 1 | ||
m18_bc02 male imago batch1 NANOPORE 1 | ||
m18_bc03 female imago batch1 NANOPORE 1 | ||
m18_bc04 female imago batch1 NANOPORE 1 | ||
m18_bc05 female imago batch1 NANOPORE 1 | ||
m18_bc06 male imago batch1 NANOPORE 1 | ||
#ma_bc07 male imago batch2 NANOPORE 1 | ||
#ma_bc08 male imago batch2 NANOPORE 1 | ||
#ma_bc09 female imago batch2 NANOPORE 1 | ||
#ma_bc10 male condition2 batch2 NANOPORE 1 | ||
#ma_bc11 male condition2 batch2 NANOPORE 1 | ||
#ma_bc12 female condition2 batch2 NANOPORE 1 | ||
m18_bc10 male larval batch3 NANOPORE 1 | ||
m18_bc11 female larval batch3 NANOPORE 1 | ||
m18_bc12 male larval batch3 NANOPORE 1 | ||
m18_bc13 female larval batch3 NANOPORE 1 | ||
m18_bc14 female larval batch3 NANOPORE 1 | ||
#m18_bc15 unkown embryo batch3 NANOPORE 1 | ||
m18_bc16 male larval batch3 NANOPORE 1 | ||
#m18_bc17 unkown embryo batch3 NANOPORE 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.