Skip to content

Commit

Permalink
Updates to zebreg
Browse files Browse the repository at this point in the history
  • Loading branch information
kane9530 committed Jun 14, 2021
1 parent 69eab48 commit 0194f9b
Show file tree
Hide file tree
Showing 39 changed files with 14 additions and 5 deletions.
12 changes: 7 additions & 5 deletions comparing_distributions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ gg_qq_empirical <- function(original , imputed , gene, color, quantiles = seq(0,
labs(x = paste(gene, "(Original)"),
y= paste(gene, "(Imputed)"))
}
base_family = "Trebuchet MS"
base_size = 40
base_size = 60
```

```{r importing combined csv}
imputed_18ss <- read.csv("./datasets/merged_csv/18ss_combined.csv")
stt_posterior <- read.csv("./datasets/merged_csv/stt_posterior.csv")
colnames(stt_posterior)[1] <- "sample_no"
stt_posterior
sthc_posterior <- read.csv("./datasets/merged_csv/sthc_posterior.csv")
colnames(sthc_posterior)[1] <- "sample_no"
Expand Down Expand Up @@ -222,7 +224,7 @@ imputed_18ss_id3<- imputed_18ss %>%
```

```{r qqplot}
base_size = 30
qq_tbxta <- gg_qq_empirical((tbxta_18ss), imputed_18ss_tbxta, "tbxta", "brown3")
qq_tbxta <- qq_tbxta + theme_bw(base_family = base_family, base_size = base_size) + coord_equal()
qq_tbxta
Expand Down Expand Up @@ -270,13 +272,13 @@ ggsave("./results/qqplots/qq_znf703.png", qq_znf703)
qq_depdc7a <- gg_qq_empirical((depdc7a_18ss), imputed_18ss_depdc7a, "depdc7a", "blueviolet")
qq_depdc7a <- qq_depdc7a + theme_bw(base_family = base_family, base_size = base_size) + coord_equal()
qq_depdc7a
ggsave("./results/qqplots/qq_depdc7a.png", qq_depdc7a)
qq_tagln3b <- gg_qq_empirical((tagln3b_18ss), imputed_18ss_tagln3b, "tagln3b", "coral")
qq_tagln3b <- qq_tagln3b + theme_bw(base_family = base_family, base_size = base_size) + coord_equal()
qq_tagln3b
ggsave("./results/qqplots/qq_tagln3b.png", qq_tagln3b)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions results/composite map/Macro.ijm.ijm.ijm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
run("Z Project...", "projection=[Sum Slices]");
run("Subtract Background...", "rolling=3 light create sliding");
run("mpl-magma");
//run("Brightness/Contrast...");
resetMinAndMax();
run("Enhance Contrast", "saturated=0.35");

Binary file not shown.
Binary file added results/images/original/SUM_24ss_tcf_original.png
Binary file added results/plots/fitness.png
Binary file added results/plots/mae.png
Binary file added results/plots/rmse.png
Binary file modified results/qqplots/qq_sox2.png
Binary file modified results/qqplots/qq_sp5l.png
Binary file modified results/qqplots/qq_tbxta.png

0 comments on commit 0194f9b

Please sign in to comment.