prep_ncvi: Prepare list of objects required for 'fit_ncvi()'

View source: R/prep_ncvi.R

prep_ncviR Documentation

Prepare list of objects required for fit_ncvi()

Description

Prepare list of objects required for fit_ncvi()

Usage

prep_ncvi(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.