% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{getSettingsTable} \alias{getSettingsTable} \title{Get Setting Table} \usage{ getSettingsTable(n_genes, max_replicates, min_replicates, lib_size) } \arguments{ \item{n_genes}{Number of genes in the experiment.} \item{max_replicates}{Maximum number of replicates for each gene.} \item{min_replicates}{Minimum number of replicates for each gene.} \item{lib_size}{total number of reads} } \value{ A data frame containing the experimental settings with their corresponding values. } \description{ Create a table of experimental settings. } \details{ This function takes various experimental parameters and returns a data frame that represents the experimental settings. }