log2cpmratios: Get/Set log2cpmratios

log2cpmratiosR Documentation

Get/Set log2cpmratios

Description

Get / Set log2cpmratios matrix

Usage

log2cpmratios(object)

## S4 method for signature 'SummarizedExperiment'
log2cpmratios(object)

log2cpmratios(object) <- value

## S4 replacement method for signature 'SummarizedExperiment,matrix'
log2cpmratios(object) <- value

## S4 replacement method for signature 'SummarizedExperiment,numeric'
log2cpmratios(object) <- value

Arguments

object

SummarizedExperiment

value

log2cpmratios matrix (features x samples)

Value

log2cpmratios matrix (get) or updated object (set)

Examples

file <- download_data('billing19.rnacounts.txt')
object <- read_rnaseq_counts(file, plot=FALSE)
log2cpmratios(object) <- values(object)
log2cpmratios(object)[1:3, 1:3]

bhagwataditya/importomics documentation built on April 20, 2024, 11:19 p.m.