-
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.
- Loading branch information
Showing
56 changed files
with
2,155 additions
and
114 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-887 KB
doc/ici_kt_manuscript_files/figure-docx/Figure_11_pearson_subsampling-1.png
Binary file not shown.
File renamed without changes
Binary file removed
BIN
-737 KB
doc/ici_kt_manuscript_files/figure-docx/Figure_12_poor_pca_var-1.png
Binary file not shown.
Binary file removed
BIN
-726 KB
doc/ici_kt_manuscript_files/figure-docx/Figure_13_nonrandom_pca-1.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-861 KB
doc/supplemental_materials_files/figure-docx/Figure_S19_kendall_subsampling-1.png
Binary file not shown.
File renamed without changes
Binary file removed
BIN
-162 KB
...lemental_materials_files/figure-docx/Figure_S19_pearson_subsampling_range-1.png
Diff not rendered.
File renamed without changes
Binary file removed
BIN
-749 KB
doc/supplemental_materials_files/figure-docx/Figure_S21_compare_overrange-1.png
Diff not rendered.
Binary file removed
BIN
-168 KB
...lemental_materials_files/figure-docx/Figure_S21_kendall_subsampling_range-1.png
Diff not rendered.
File renamed without changes
Binary file removed
BIN
-749 KB
doc/supplemental_materials_files/figure-docx/Figure_S22_compare_overrange-1.png
Diff not rendered.
Binary file removed
BIN
-860 KB
doc/supplemental_materials_files/figure-docx/Figure_S22_kendall_subsampling-1.png
Diff not rendered.
Binary file added
BIN
+1.89 MB
...lemental_materials_files/figure-docx/Figure_S22_pearson_subsampling_nolog-1.png
Oops, something went wrong.
Binary file removed
BIN
-168 KB
...lemental_materials_files/figure-docx/Figure_S23_kendall_subsampling_range-1.png
Diff not rendered.
Binary file added
BIN
+189 KB
...mental_materials_files/figure-docx/Figure_S23_pearson_sub_overrange_nolog-1.png
Oops, something went wrong.
Binary file removed
BIN
-839 KB
doc/supplemental_materials_files/figure-docx/Figure_S24_compare_overrange-1.png
Diff not rendered.
File renamed without changes
File renamed without changes
Binary file added
BIN
+992 KB
doc/supplemental_materials_files/figure-docx/Figure_S26_compare_overrange-1.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: 'Supplemental Table 1' | ||
output: | ||
rmarkdown::word_document: | ||
reference_docx: 'table_template.docx' | ||
keep_md: true | ||
editor_options: | ||
chunk_output_type: console | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, | ||
message = FALSE, fig.width = 8, | ||
fig.height = 6, fig.keep = "all", | ||
fig.process = dn_modify_path, | ||
tab.cap.style = "paragraph", | ||
tab.cap.pre = "", | ||
tab.cap.sep = "", | ||
dpi = 600, | ||
dev.args = list(png = list(type = "cairo"))) | ||
``` | ||
|
||
`r supp_table_count$label_text("yeast_outliers")`. | ||
Yeast dataset median correlation values and outlier determination for each outlier from each of the correlation methods. | ||
Abbreviations for different measures and data are: IK: ICI-Kt; IKC: ICI-Kt * Completeness; M: Manuscript; PL1: Pearson Log(x + 1); PN0: Pearson No Zeros. | ||
|
||
```{r yeast_table2} | ||
#yeast_ft_out = set_caption(yeast_table, | ||
# caption = paste0(paste_label("Table S", supp_table_count, "yeast_outliers"), ". Yeast dataset median correlation values and outlier determination for each outlier from each of the correlation methods."), style = "paragraph") | ||
yeast_ft_out = yeast_table %>% | ||
set_nice_widths() %>% | ||
put_outlier_right() | ||
yeast_ft_out | ||
``` |
Binary file not shown.
Binary file not shown.
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