LogTransformQ {Sconify}R Documentation

Log transform the q values

Description

Takes all p values from the data and does a log10 transform for easier visualization.

Usage

LogTransformQ(dat, negative)

Arguments

dat

tibble containing cells x features, with orignal expression, p values, and raw change

negative

boolean value to determine whether to multiple transformed p values by -1

Value

result: tibble of cells x features with all p values log10 transformed


[Package Sconify version 1.4.0 Index]