join_count_and_design: A function to join a count table and a design table.

Description Usage Arguments Value Examples

View source: R/utils.R

Description

A function to join a count table and a design table.

Usage

1
join_count_and_design(sgcount, df_design)

Arguments

sgcount

The input matrix contains read counts of sgRNAs for each sample.

df_design

The table contains a study design.

Value

A tall-thin and combined table of the sgRNA read counts and study design will be returned.

Examples

1
2
3

CB2 documentation built on July 24, 2020, 5:08 p.m.