SCBN {SCBN} | R Documentation |
To normalize read counts and identify difference expression(DE) of orthologous genes between different species.
SCBN(orth_gene, hkind, a=0.05)
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. |
list(.) A list of computed normalization factors, "median_val" represents foctors computed by median methods, "scbn_val" represents factors computed by SCBN methods.
data(sim_data) SCBN(orth_gene=sim_data, hkind=1:1000, a=0.05)