a function to create a heatmap from deseq2 output
a function to create a heatmap from deseq2 output
Merge request reports
Activity
Filter activity
added 1 commit
- e8cfde50 - simplify keepSamp variable + add output pngs + document
Thanks again @philipperuiz. AnnotationCol and AnnotationRow do not show up in pictures.
Tested with : celine_robjects.Rdata
load("celine_robjects.Rdata") data_decontam <- data out2 = deseq2_fun(data = data_decontam, output = "./deseq/", column1 = "strain_time", verbose = 1, rank = "Genus", comp = "wildtype_t50~mutant_t50,wildtype_t0~mutant_t0") tt2 <- heatmapDeseq2_fun(out2, data_decontam, "strain_time", "Genus")
added 4 commits
-
b87f8f3c...d73d97a4 - 3 commits from branch
umrf:master
- cd2e09c7 - Merge branch ranomaly:master into dev_desq2
-
b87f8f3c...d73d97a4 - 3 commits from branch
added 4 commits
-
cd2e09c7...4467d9cd - 3 commits from branch
umrf:master
- add3c5e8 - Merge branch ranomaly:master into dev_desq2
-
cd2e09c7...4467d9cd - 3 commits from branch
added 1 commit
- d54a268d - update heatmap dseq function to deal with multiple output
mentioned in commit 0c624310
Please register or sign in to reply