Skip to contents

Create a table of experimental settings.

Usage

getSettingsTable(n_genes, max_replicates, min_replicates, lib_size)

Arguments

n_genes

Number of genes in the experiment.

max_replicates

Maximum number of replicates for each gene.

min_replicates

Minimum number of replicates for each gene.

lib_size

total number of reads

Value

A data frame containing the experimental settings with their corresponding values.

Details

This function takes various experimental parameters and returns a data frame that represents the experimental settings.