To install oneSENSE package, start R and run the following code:
source("https://bioconductor.org/biocLite.R") biocLite("oneSENSE")
Load the package with the following code
library(oneSENSE)
Read the package description to find out more about oneSENSE GUI
? "onesense_GUI()"
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
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:
onesense_GUI()
The interface will appear like below, you can click the information button ! to check the explanation for each entry and customize your own analysis.
Depending on the size of your data, it will take some time to run the analysis. Once done, the oneSENSE visualisations will be displayed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.