The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.