Learn R Programming

SlaPMEG

This package is designed to perform a Shared latent Process Mixed Effects analysis with Globaltest.

Here is a list of functions:

slapmeg fits slapmeg for a single feature-set
multslapmeg fits slapmeg simultaneously for several feature-sets
pairslapmeg fits slapmeg based on a computationally efficient approach
plotslapmeg Plots the estimated random effects within the pathway
print.slapmeg Prints the slapmeg model and results with details
summary.slapmeg Prints the slapmeg model and results
simslapmeg Generates joint lingitudinal observations

Usage

For details explanations and example usage check the help files within package, but here are some tips.

  • The data need to be in the conventional genomics format, so columns indicate variables and features, whereas rows indicate subjects and repeated measurements.
  • The formula must be supplied as a formula object.
  • There is a function to simulate longitudinal observations, so you can give it a try if you do not have a real dataset.
  • It is possible to use predefined pathways such as GO, KEGG, Wikipathways, and etc. as long as they are put into a list format, you can take a look at examples of creating such lists in the "Creating the Pathlists" section of rSEA package manual.
  • If the feature-set has more than 10 features, the slapmeg function will automatically switch to the pairslapmeg which is computationally more efficient.
  • If you had convergance issues with smaller feature-sets, try the pairslapmeg function.
  • The plotslapmeg function will give an insight on the source of differential expression.

Copy Link

Version

Install

install.packages('SlaPMEG')

Monthly Downloads

47

Version

1.0.1

License

GPL (>= 2)

Maintainer

Mitra Ebrahimpoor

Last Published

July 5th, 2021

Functions in SlaPMEG (1.0.1)

simslapmeg

Simulate longitudinal data based on a shared latent process mixed effects model (SlaPMEG)
pairsetinval

Estimating initial values for paired slapmeg based on seperate lme models
plotslapmeg

Plot the estimated random effects from SLaPMEG seperated for the study groups
setinval

Estimating initial values for slapmeg based on seperate lme models
multslapmeg

Testing multiple pathways using SLaPMEG (shared latent process mixed effects model and Globaltest) for longitudinal Omics data
slapGT

Run step II via globaltest package
pairslapmeg

Testing pathways using SLaPMEG (shared latent process mixed effects model and Globaltest) for longitudinal Omics data based on pairwise estimation approach (a computational solution for latrge pathways)
print.slapmeg

Print objects from slapmeg
print.mslapmeg

Print objects from multslapmeg
slapmeg

Testing pathways using SLaPMEG (shared latent process mixed effects model and Globaltest) for longitudinal Omics data
summary.mslapmeg

Summary of slapmeg objects
summary.slapmeg

Summary of slapmeg objects