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

View source: R/utils.R

join_count_and_designR Documentation

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

Description

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

Usage

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

library(CB2)
data(Evers_CRISPRn_RT112) 
head(join_count_and_design(Evers_CRISPRn_RT112$count, Evers_CRISPRn_RT112$design))


CB2 documentation built on Nov. 5, 2025, 6:49 p.m.