normalize | R Documentation |
normalize the expression data (sample wise) This generic method is implemented in a object specific way - more options available for each obejct specific function.
normalize the expression data (sample wise)
normalize the expression data by subsampling as described in PMID 24531970
constructor that has to be implemented for a generic StefansExpressionSet 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 'NGSexpressionSet'
normalize(object, ..., readCounts = NULL,
to_gene_length = FALSE, geneLengthCol = "transcriptLength", name = NULL)
## S4 method for signature 'SingleCellsNGS'
normalize(object, ..., reads = 600,
name = "normalized")
## S4 method for signature 'StefansExpressionSet'
normalize(object, ..., name = NULL)
name |
the new name of the object (deafule old name + normalized) |
readCounts |
The number of reads from each bam file or another value you want to normalize the data to |
to_gene_length |
FALSE whether or not to normalize the data to gene length |
geneLengthCol |
the column in the annotation data.frame to (in addition) normalize the genes to (e.g. trancript length) |
reads |
the required read depth |
x |
The NGSexpressionSet |
x |
The NGSexpressionSet |
name |
the new name of the object (deafule old name + normalized) |
x |
The SingleCellsNGS object |
name |
the name of the new object |
x |
the StefansExpressionSet object |
the normalized data set (original data stored in NGS$raw
the normalized data set (original data stored in NGS$raw
the normalized data set (original data stored in slot 'raw'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.