SCBN: Compute the normalization factor to identify difference...

Description Usage Arguments Value Examples

View source: R/SCBNM.R

Description

To normalize read counts and identify difference expression(DE) of orthologous genes between different species.

Usage

1
SCBN(orth_gene, hkind, a=0.05)

Arguments

orth_gene

Matrix or data.frame containing read counts and gene length for each orthologous gene between different species. The first and third column containing gene length, the second and the fourth column containing read counts.

hkind

A vector shows conserved genes position in orthologous genes.

a

P-value cutoff in iteration process to find the optimal normalization factor.

Value

list(.) A list of computed normalization factors, "median_val" represents foctors computed by median methods, "scbn_val" represents factors computed by SCBN methods.

Examples

1
2
data(sim_data)
SCBN(orth_gene=sim_data, hkind=1:1000, a=0.05)

SCBN documentation built on Nov. 8, 2020, 4:58 p.m.