Skip to content

Commit

Permalink
missed an old figure and moving to zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Mar 1, 2022
1 parent 5220447 commit b41d068
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/.~lock.ici_kt_manuscript.docx#
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,rmflight,pop-os.localdomain,01.03.2022 08:48,file:///home/rmflight/.config/libreoffice/4;
5 changes: 2 additions & 3 deletions doc/ici_kt_manuscript.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ We examine the effect of missing values on simulated data, comparing our informa
We also evaluate the ability of ICI-Kt to capture outlier samples using three different RNA-seq datasets and comparing to a standard method using Pearson correlation.
Finally, we examine the ability to recapitulate ICI-Kt correlation values calculated on a large feature omics data set using feature subsets, which is useful when the execution time of very large feature data sets becomes computationally prohibitive.

All of the code used for this manuscript is available on figshare [@flightManuscriptICIKendallTau2022].
All of the code used for this manuscript is available on zenodo [@flightManuscriptICIKendallTau2022].

## Methods

Expand Down Expand Up @@ -190,7 +190,7 @@ In comparison to directly counting the concordant and discordant pairs, some of
Therefore, we used 64 bit integers and floats where necessary in the *Rcpp* code.

C++ (via *Rcpp* [@eddelbuettel_rcppseamless_2011; @eddelbuettel_seamlessbook_2013; @eddelbuettel_extendingrcpp_2018]) and R code implementations are in the src/kendallc.cpp and R/kendalltau.R files of the ICIKendallTau R package, hosted at https://github.com/MoseleyBioinformaticsLab/ICIKendallTau.
The version of the package used in this manuscript is available on figshare [@flightICIKendallTau2022].
The version of the package used in this manuscript is available on zenodo [@flightICIKendallTau2022].

When a large number of samples need to be compared, it may be useful to split the comparisons across compute instances (across hyperthreaded cores, physical cores, or physical compute nodes).
The *furrr* R package makes the definition of compute clusters easy [@vaughanFurrrApplyMapping2021].
Expand Down Expand Up @@ -406,7 +406,6 @@ figure_count$increment("leftcensored")
```

```{r leftcensored, fig.height = 8, fig.width = 8, dn_id = figure_count}
figure_count$increment("f_leftcensored")
loadd(left_censored_cor)
left_censored_cor = left_censored_cor %>%
dplyr::mutate(which2 = dplyr::case_when(
Expand Down
Binary file modified doc/ici_kt_manuscript.docx
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/icikt_references.json
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@
"type": "article",
"abstract": "ICIKendallTau version used in the manuscript Information-Content-Informed Kendall-tau Correlation: Utilizing Missing Values Robert M Flight, Praneeth S Bhatt, Hunter NB Moseley",
"title": "ICIKendallTau",
"URL": "https://figshare.com/articles/software/ICIKendallTau/19192886/1",
"URL": "https://doi.org/10.5281/zenodo.6311002",
"author": [
{
"family": "Flight",
Expand All @@ -2066,7 +2066,7 @@
"id": "flightManuscriptICIKendallTau2022",
"type": "article",
"title": "manuscript.ICIKendallTau",
"URL": "https://dx.doi.org/10.6084/m9.figshare.19196645",
"URL": "https://dx.doi.org/10.5281/zenodo.6309187",
"author": [
{
"family": "Flight",
Expand Down

0 comments on commit b41d068

Please sign in to comment.