View source: R/probe2multisymbol.R
probe2multisymbol | R Documentation |
Calculate the unique symbol (expression) matrixs The gene symbol column should name : "gene"
probe2multisymbol(data = exp, method.probe = "median")
data |
expression matrixs |
method.probe |
one of "medain","mean","max","min", default is "median" |
library(Dbio) # get median value of same gene symbol in matrix exp1 <- probe2multisymbol(exp) # get max value of same gene symbol in matrix exp2 <- probe2multisymbol(exp, "max")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.