normalize | R Documentation |
normalize the expression data (sample wise) using DEseq2
normalize the expression data by subsampling as described in PMID 24531970
constructor that has to be implemented for a generic BioData This generic version was meant for array data and I have not had the need nor time to implement this part.
normalize(object, ..., name = NULL)
## S4 method for signature 'SingleCells'
normalize(object, reads = 600, force = FALSE, name = NULL)
## S4 method for signature 'MicroArray'
normalize(object, to = NULL, name = NULL)
name |
the name of the new object |
reads |
the required read depth |
force |
re-normalize this object (default FALSE) |
to |
a numeric vector to normalize the samples to. Has to have the same length as are columns in the data table |
readCounts |
The number of reads from each bam file or another value you want to normalize the data to |
x |
the MicoArray::BioData::R6 object |
the normalized data set (original data stored in NGS$raw
the normalized data set (original data stored in slot 'raw'
normalize,SingleCells-method
: a SingleCells::BioData::R6 object using subsampling
normalize,MicroArray-method
: normalize a MicoArray::BioData::R6 object using quantile normalization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.