Quickstart guide

Tan Yong kee

2019-05-02

Installing and Loading the Package


To install oneSENSE package, start R and run the following code:

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("oneSENSE")

Load the package with the following code

library(oneSENSE)

Read the package description to find out more about oneSENSE GUI

? "onesense_GUI()"
## No documentation for 'onesense_GUI()' in specified packages and libraries:
## you could try '??onesense_GUI()'

Using the oneSENSE package


Rational of One-SENSE

One-SENSE measures cellular parameters assinged to manually predefined
catergories, and a one-dimensional map is constructed for each catergory
using t-SNE. Each dimension is informative and can be annotated through
the use of heatplots aligned in parallel to each axis, allowing for
simultaneous visualization of two catergories across a two-dimensional plot.
The cellular occupancy of the resulting plots alllows for direct assessment
of the relationships between the categories.

Read more about One-SENSE: here

Run oneSENSE using the GUI

The easiest way to access oneSENSE is via the Graphics User Interface(GUI)
provided in the package. After loading the package, simply set the directory
as instructed in the note above and run the following code:

The interface will appear like below, you can click the information button
! to check the explanation for each entry and customize your own analysis.

1. Choose the directory where the FCS files are located.

Selecting FCS directory

Selecting FCS directory

2. Display the markers you want to select

Display Markers

Display Markers

3. Select the first, second and/or third(optional) category of markers
you want to group together
Select Markers by Catergory

4. Input the number you want to subsample from each FCS file under ceil.

Ceiling and Bins

Ceiling and Bins

5. Input the number of bins you want for the cells to be sorted into

6. Press submit and it will run to produce median heatplots

7. If you wish to do a frequency heatmap, press select coordinates,
and after selecting coordinates, press generate CSV.

Coordinate Selection

Coordinate Selection

8. Press submit frequency heatplot to generate a different set of heatplot Frequency Heatplot Submission

Depending on the size of your data, it will take some time to run
the analysis. Once done, the oneSENSE visualisations will be displayed.

Median Heatplot example

Median Heatplot

Median Heatplot

Frequency Heatplot example

Frequency Heatplot

Frequency Heatplot

Session Information

sessionInfo()
## R version 3.6.0 (2019-04-26)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 18.04.2 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.9-bioc/R/lib/libRblas.so
## LAPACK: /home/biocbuild/bbs-3.9-bioc/R/lib/libRlapack.so
## 
## locale:
##  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
##  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=C              
##  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
##  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
##  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
## [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] oneSENSE_1.6.0       scatterplot3d_0.3-41 shinyFiles_0.7.3    
## [4] shiny_1.3.2          webshot_0.5.1       
## 
## loaded via a namespace (and not attached):
##  [1] Rcpp_1.0.1          mvtnorm_1.0-10      lattice_0.20-38    
##  [4] tidyr_0.8.3         corpcor_1.6.9       gtools_3.8.1       
##  [7] assertthat_0.2.1    digest_0.6.18       mime_0.6           
## [10] R6_2.4.0            plyr_1.8.4          stats4_3.6.0       
## [13] pcaPP_1.9-73        evaluate_0.13       httr_1.4.0         
## [16] ggplot2_3.1.1       pillar_1.3.1        gplots_3.0.1.1     
## [19] rlang_0.3.4         lazyeval_0.2.2      data.table_1.12.2  
## [22] gdata_2.18.0        rmarkdown_1.12      Rtsne_0.15         
## [25] stringr_1.4.0       htmlwidgets_1.3     munsell_0.5.0      
## [28] compiler_3.6.0      httpuv_1.5.1        xfun_0.6           
## [31] pkgconfig_2.0.2     BiocGenerics_0.30.0 htmltools_0.3.6    
## [34] tidyselect_0.2.5    tibble_2.1.1        matrixStats_0.54.0 
## [37] viridisLite_0.3.0   rrcov_1.4-7         crayon_1.3.4       
## [40] dplyr_0.8.0.1       later_0.8.0         MASS_7.3-51.4      
## [43] bitops_1.0-6        grid_3.6.0          jsonlite_1.6       
## [46] xtable_1.8-4        gtable_0.3.0        magrittr_1.5       
## [49] scales_1.0.0        graph_1.62.0        KernSmooth_2.23-15 
## [52] stringi_1.4.3       fs_1.3.0            promises_1.0.1     
## [55] robustbase_0.93-4   flowCore_1.50.0     tools_3.6.0        
## [58] Biobase_2.44.0      glue_1.3.1          DEoptimR_1.0-8     
## [61] purrr_0.3.2         parallel_3.6.0      yaml_2.2.0         
## [64] colorspace_1.4-1    cluster_2.0.9       caTools_1.17.1.2   
## [67] plotly_4.9.0        knitr_1.22