ComputeEnrichment: ComputeEnrichment

Description Usage Arguments Value Examples

View source: R/ComputeEnrichment.R

Description

This function allows you to compute enrichment fold change and p value(FDR) or each

Usage

1
2
ComputeEnrichment(data.merged = P5.P6.readsnumber,
  FDRmethod = "qvalue")

Arguments

data.merged

The data prepared by "PrepareData"

FDRmethod

The method used to adjust p value. "qvalue" or "bonferroni" or "none"

Value

Return the data.merged that include p/fdr and fold change in the last column

Examples

1
ComputeEnrichment(data.merged=P5.P6.readsnumber,FDRmethod="qvalue")

chenweng1991/CrisprScreen documentation built on July 12, 2019, 11:42 a.m.