knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(PALMO)
PALMO (Platform for Analyzing Longitudinal Multi-omics data)
is a platform for anayzing longitudinal data from bulk as well as single cell. It allows to identify inter-, intra-donor variations in genes over longitudinal time points. The analysis can be done on bulk expression dataset without known celltype information or single cell with celltype/user-defined groups. It allows to infer stable and variable features in given donor and each celltype (or user defined group). The outlier analysis can be performed to identify technical/biological perturbed samples in donor/participant. Further, differential analysis can be performed to decipher time-wise changes in gene expression in a celltype.
General workflow and analysis schema of PALMO. It can work with longitudinal data obtained from bulk such as clinical, bulk RNAseq, proteomic or single cell dataset from scRNAseq, and scATACseq.
To install library, simply run
library("devtools") install_github("aifimmunology/PALMO") library("PALMO")
There are couple of tutorials presented to help users to run PALMO on bulk and single cell data. The tutorials can be found at [https://github.com/aifimmunology/PALMO/blob/main/ReferenceManual-PALMO-v0.1.1.pdf]. The examples includes:
Suhas Vasaikar, Aarthi talla and Xiaojun Li designed the PALMO algorithm. Suhas Vasaikar implemented the PALMO package.
PALM is licensed under the MIT-License.
sessionInfo()
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.