model_test: Make sure a given experimental factor and design will play...

View source: R/model_testing.R

model_testR Documentation

Make sure a given experimental factor and design will play together.

Description

Have you ever wanted to set up a differential expression analysis and after minutes of the computer churning away it errors out with some weird error about rank? Then this is the function for you!

Usage

model_test(design, goal = "condition", factors = NULL, ...)

Arguments

design

Dataframe describing the design of the experiment.

goal

Experimental factor you actually want to learn about.

factors

Experimental factors you rather wish would just go away.

...

I might decide to add more options from other functions.

Value

List of booleans telling if the factors + goal will work.

See Also

[model.matrix()] [qr()]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.