Skip to content

Commit 0406a31

Browse files
Updated website for version 0.3.0
1 parent ffa9f57 commit 0406a31

192 files changed

Lines changed: 18027 additions & 7281 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Authors@R: c(
1313
)
1414
Description: Flow cytometry analysis workflow. The aim of this project is to
1515
provide an intuitive workflow for the analysis of high-dimensionality cytometry data in R.
16-
URL: https://github.com/lorenzobonaguro/cyCONDOR
16+
URL: https://lorenzobonaguro.github.io/cyCONDOR
1717
License: GPL-3 + file LICENSE
1818
Encoding: UTF-8
1919
biocViews:

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
* Developed a function (`condor_session_info`) to include the `SessionInfo` to the `condor` object to increase tackability of the analysis.
1010
* Included storage of the statistical test results in the `condor` object
1111
* Added the option to display statistics to the `plot_frequency_boxplot` function - so far for `wilcox`, `t_test` and `diffcyt`
12-
* Added a function to write FCS files from a `condor` object (`write_fcs`)
1312
* Added function to correlate the cyCONDOR results and the manual gating with FlowJo or similar software (`corr_plot_comparison`)
1413
* Companion Docker image is not multi-platform `amd64` and `arm64` for better performance on Mac
14+
* **Experimental**: Added a function to write FCS files from a `condor` object (`write_fcs`). Currently the function if writing in the .fcs file the cyCONDOR transformed values, we will change to the original values in the next iteration after more extensive testing.
1515

1616
# cyCONDOR 0.2.1
1717
* Included help function to assign metaclusters (Thanks to Lucas Secchim Ribeiro)

R/data_load_and_transform.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,10 @@ write_fcs <- function(fcd = condor,
551551
dir = paste0(getwd(), "/"),
552552
filename){
553553

554+
# Print a working to let people know this is an experimental functio
555+
warning("This function is still experimental. Feel free to test if and report your experience, this function
556+
is currently writing cyCONDOR transformed value, future revision will export original values.")
557+
554558
# Get the expression data
555559
xdata <- fcd[["expr"]][[expr_slot]]
556560
exp <- xdata

_pkgdown.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ reference:
8383
- frequency_wilcox_test
8484
- prepInputDiffcyt
8585
- marker_wilcox_test
86+
- add_diffcyt_statistics
8687

8788
- title: Utilities
8889
desc: Collection of misc functions.
@@ -96,9 +97,13 @@ reference:
9697
- merge_condor
9798
- subset_fcd
9899
- subset_fcd_byparam
100+
- subsample_geosketch
99101
- checkInput
100102
- measured_markers
101103
- create_metaclustering_script
104+
- condor_session_info
105+
- corr_plot_comparison
106+
- write_fcs
102107

103108
articles:
104109
- title: Detailed cyCONDOR workflows

docs/404.html

Lines changed: 49 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)