File: featureCounts2DGEList.Rd

package info (click to toggle)
r-bioc-edger 3.40.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: cpp: 1,425; ansic: 1,109; sh: 21; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 930 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
28
29
30
31
\name{featureCounts2DGEList}
\alias{featureCounts2DGEList}

\title{Convert featureCounts object to a DGEList}

\description{
Converts the list output by \code{Rsubread::featureCounts} to a DGEList object.
}

\usage{
featureCounts2DGEList(x)
}

\arguments{
  \item{x}{a list produced by \code{Rsubread::featureCounts.}}
}

\details{
Rsubread's \code{featureCounts} function counts reads by features (typically exons or genomic intervals) or meta-features (typically genes).
It may also count reads crossing exon-exon junctions or reads internal to exons.
This function assembles all the read counts output by \code{featureCounts} into an DGEList, ensuring unique row.names where appropriate.
The proportion of reads assigned to features is also stored.
}

\value{A \code{\link[edgeR:DGEList-class]{DGEList}} data object.}

\author{Gordon Smyth.}

\seealso{\code{\link[edgeR:DGEList-class]{DGEList-class}}}

\concept{edgeR classes}