willtownes / vamf

Varying-Censoring Aware Matrix Factorization R package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Varying-Censoring Aware Matrix Factorization

Build Status

This is an R package for the VAMF algorithm implementation. It is still under development. For more information see the BioRxiv preprint.

Installation

First, make sure rstan is installed and working. Then you should be able to use

install.packages("devtools")
devtools::install_github("willtownes/vamf")

Usage

So far there is only one exported function vamf. Check out the help file in an interactive session or the vignette.

Notes

The core of VAMF is written in the probabilistic programming language Stan. See exec/vamf.stan in the repository.

Contact

Developer: Will Townes

About

Varying-Censoring Aware Matrix Factorization R package


Languages

Language:C++ 69.2%Language:R 26.9%Language:Stan 2.7%Language:Shell 1.3%