probe2multisymbol: Deal with Probe to Multi Symbol

View source: R/probe2multisymbol.R

probe2multisymbolR Documentation

Deal with Probe to Multi Symbol

Description

Calculate the unique symbol (expression) matrixs The gene symbol column should name : "gene"

Usage

probe2multisymbol(data = exp, method.probe = "median")

Arguments

data

expression matrixs

method.probe

one of "medain","mean","max","min", default is "median"

Examples

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")

yin-huamin/Dbio documentation built on April 18, 2022, 4:41 p.m.