prep_ncvi2: Prepare list of objects required for 'fit_ncvi()'. This is an...

View source: R/prep_ncvi2.R

prep_ncvi2R Documentation

Prepare list of objects required for fit_ncvi(). This is an updated version of prep_ncvi(), which will replace it once I've done some debugging.

Description

Prepare list of objects required for fit_ncvi(). This is an updated version of prep_ncvi(), which will replace it once I've done some debugging.

Usage

prep_ncvi2(counts, S, X, Z)

Arguments

counts

Data frame of counts with first column the gene ID

S

Vector of size factors with length(S) = ncol(counts) - 1

X

Fixed effects design matrix (expects preparation in column 2 and treatment in column 3)

Z

Random effects design matrix


dcannonwalker/ncvi documentation built on Dec. 9, 2022, 6:45 p.m.