Apply Total Count (TC) Normalization to Precision Object
harmon.TC.Rd
This function applies total count normalization to miRNA-Seq data contained within a precision object. The normalization scales the raw read counts of each sample by the total number of reads in the sample, ensuring consistency across datasets.
Arguments
- object
A precision object containing raw data. Harmonization is applied to the slots
raw.train.data
,raw.test1.data
, andraw.test2.data
(if applicable), each containing a list withdata
andlabel
elements.