scale_gene_data.Rd
Scale gene data columns
scale_gene_data(data, genes, scale_type = "log10")
a data.frame with gene expression data
the genes to plot
the type of scaling to supply. Currently only supports "log10" (default), and "linear" (no rescaling).
a data.frame with columns matching genes rescaled based on scale_type.