File: priorInfo.Rd

package info (click to toggle)
r-bioc-deseq2 1.46.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,748 kB
  • sloc: cpp: 413; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AllGenerics.R, R/methods.R
\name{priorInfo}
\alias{priorInfo}
\alias{priorInfo<-}
\alias{priorInfo,DESeqResults-method}
\alias{priorInfo<-,DESeqResults,list-method}
\title{Accessors for the 'priorInfo' slot of a DESeqResults object.}
\usage{
priorInfo(object, ...)

priorInfo(object, ...) <- value

\S4method{priorInfo}{DESeqResults}(object)

\S4method{priorInfo}{DESeqResults,list}(object) <- value
}
\arguments{
\item{object}{a \code{DESeqResults} object}

\item{...}{additional arguments}

\item{value}{a \code{list}}
}
\description{
The priorInfo slot contains details about the prior on log fold changes
}