fdge_methods: A table of assay_type,dge_method combination parameters

View source: R/fdge-base.R

fdge_methodsR Documentation

A table of assay_type,dge_method combination parameters

Description

This table is used to match the assay_type,dge_method combination with the appropriate bioc container class bioc_class, and default edgeR/limma model fitting params.

Usage

fdge_methods(assay_type = NULL, on_missing = c("error", "warning"))

Arguments

assay_type

An optional string specifying the valid dge methods for a given assay type.

Value

A tibble of assay_type -> method and parameter associtiations. If assay_typeis not NULL, this will be filtered to the associations valid only for that assay_type. If none are found, this will be a 0-row tibble.


facileverse/FacileAnalysis documentation built on March 15, 2024, 6:44 p.m.