run_estimation: A function to perform a statistical test at a sgRNA-level,...

Description Usage Arguments Value

View source: R/helpers.R

Description

A function to perform a statistical test at a sgRNA-level, deprecated.

Usage

1
2
3
4
5
6
7
8
9
run_estimation(
  sgcount,
  design,
  group_a,
  group_b,
  delim = "_",
  ge_id = NULL,
  sg_id = NULL
)

Arguments

sgcount

This data frame contains read counts of sgRNAs for the samples.

design

This table contains study design. It has to contain 'group.'

group_a

The first group to be tested.

group_b

The second group to be tested.

delim

The delimiter between a gene name and a sgRNA ID. It will be used if only rownames contains sgRNA ID.

ge_id

The column name of the gene column.

sg_id

The column/columns of sgRNA identifiers.

Value

A table contains the sgRNA-level test result, and the table contains these columns:


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