estimateRealCount: Preliminary step to estimate the true signal based on...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Based on the observed signal as well as the background noise, estimate the true signal for each gene.

Usage

1

Arguments

object

A XBSeqDataSet object

Details

The observed signal can be achieved by using HTSeq to count the reads map to exonic regions. The background noise can be extracted by using HTSeq the second time to count the reads map to non-exonic regions, the regions we defined by excluding potential functional elements. The the underneath true signal is estimated by the simple subtraction of observed signal and background noise. The true signal of genes with background noise larger than observed signal will be assigned as 0.

Value

A matrix contains the estimated true signal for each gene with the same length as observed signal.

Author(s)

Yuanhang Liu

References

H. I. Chen, Y. Liu, Y. Zou, Z. Lai, D. Sarkar, Y. Huang, et al., "Differential expression analysis of RNA sequencing data by incorporating non-exonic mapped reads," BMC Genomics, vol. 16 Suppl 7, p. S14, Jun 11 2015.

See Also

counts

Examples

1
2
3
4
5

XBSeq documentation built on Nov. 8, 2020, 11:12 p.m.