calculateGeneLFC {CEDA}R Documentation

Calculating gene-level log fold ratios

Description

Log fold ratios of all sgRNAs of a gene are averaged to obtain the gene level log fold ratio.

Usage

calculateGeneLFC(lfcs, genes)

Arguments

lfcs

A numeric vector containing log fold change of sgRNAs.

genes

A character string containing gene names corresponding to sgRNAs.

Value

A numeric vector containing log fold ratio of genes.


[Package CEDA version 1.1.1 Index]