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
}
|