normaliseOnSEGs | R Documentation |
normalising on a reference gene for downstream comparison of glycogene ranges of expression
normaliseOnSEGs(input.mat, genes = row.names(input.mat), log_transform = T)
input.mat |
n gene x k sample matrix of suitable counts |
genes |
a named numeric vector of the counts to be transformed. default is rownames of input_mat |
log_transform |
boolean indicating if a natural log + 1 transform should be applied |
a data.frame of genes, annotations, and normalised counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.