Skip to content

cran/seqwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seqwrap - Item-By-item Iterative Model Fitting

The seqwrap R package allows you to model high-dimensional data using an item-by-item strategy with a specific model engine. Using seqwrap, you can fit, e.g., gene/transcript data from an RNA sequencing experiment to a model specified with random effects or custom distributions. This is possible because seqwrap efficiently iterates over all items (e.g., genes) and fits the data to the same model formulation using established R packages for regression modeling.

See the package Vignettes for examples.

Installing

Install the released version of seqwrap from CRAN:

install.packages("seqwrap")

Or install the development version from GitHub:

# install.packages("pak")
pak::pkg_install("trainome/seqwrap")

About

❗ This is a read-only mirror of the CRAN R package repository. seqwrap — Item-by-Item Iterative Model Fitting. Homepage: https://github.com/trainome/seqwrap Report bugs for this package: https://github.com/trainome/seqwrap/issues

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors