detect_log2: Confirm expmat log2(+1) transfered by detection

View source: R/detect_log2.R

detect_log2R Documentation

Confirm expmat log2(+1) transfered by detection

Description

Confirm expmat log2(+1) transfered by detection

Usage

detect_log2(data = expmat)

Arguments

data

expression matrixs

Value

log2(+1) transformed matrixs

Examples

library(Dbio)
expmat <- get_matrixs("GSE54566", "./")
expmat2 <- detect_log2(expmat)

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