Iteratively Adjusted Surrogate Variable Analysis (IA-SVA) is a statistical framework to uncover hidden sources of variation even when these sources are correlated with the biological variable of interest. IA-SVA provides a flexible methodology to i) identify a hidden factor for unwanted heterogeneity while adjusting for all known factors; ii) test the significance of the putative hidden factor for explaining the variation in the data; and iii), if significant, use the estimated factor as an additional known factor in the next iteration to uncover further hidden factors.
Our work has been published in Scientific Reports: Detection of correlated hidden factors from single cell transcriptomes using Iteratively Adjusted-SVA (IA-SVA) Donghyung Lee, Anthony Cheng, Nathan Lawlor, Mohan Bolisetty, Duygu Ucar
Donghyung Lee donghyung.lee@jax.org , Anthony Cheng anthony.cheng@jax.org , and Nathan Lawlor nathan.lawlor@jax.org
To install IA-SVA package, start R and enter the following commands:
library(devtools)
devtools::install_github("UcarLab/iasva")
To load this package, enter the following command to the R console:
library(iasva)
IA-SVA is also available for download from Bioconductor (link to development version here)
To install and load the package, please enter the following into the R console:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("iasva", version = "devel")
library(iasva)
For instructions on how to use IA-SVA, please see the package vignette.
For additional tutorials, please click Quick View for any of the four examples below to view in a web browser.
An interactive web version of IA-SVA is publicly hosted on shinyapps.io here
The github page for this application is available here
The Jackson Laboratory provides the software “as is” without warranty of any kind, implied or expressed. You assume full responsibility and risk of loss resulting from your downloading and use of the content of the software. We expressly disclaim any warranty of merchantability, title, security, accuracy and non-infringement. In no event shall The Jackson Laboratory be liable for any claim, damages or other liability arising from the software or the use of the software. You may only use our content in academic research but not for commercial purposes. The software is provided as an information resource only, and should not be used or relied on for any diagnostic or treatment purposes.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.