log2proteins | R Documentation |
Get/Set log2proteins
log2proteins(object)
## S4 method for signature 'SummarizedExperiment'
log2proteins(object)
log2proteins(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,matrix'
log2proteins(object) <- value
## S4 replacement method for signature 'SummarizedExperiment,numeric'
log2proteins(object) <- value
object |
SummarizedExperiment |
value |
occupancy matrix (features x samples) |
occpuancy matrix (get) or updated object (set)
file <- system.file('extdata/fukuda20.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_proteingroups(file)
log2proteins(object)[1:3, 1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.