File: makeDGEList.Rd

package info (click to toggle)
r-bioc-tximeta 1.16.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 860 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 464 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dgelist.R
\name{makeDGEList}
\alias{makeDGEList}
\title{Make a DGEList from tximeta output}
\usage{
makeDGEList(se)
}
\arguments{
\item{se}{a SummarizedExperiment produced by tximeta}
}
\value{
a DGEList
}
\description{
A simple wrapper function for constructing a DGEList for use with edgeR.
See vignette for an example. Requires installation of the edgeR
package from Bioconductor.
}