File: lodAssess.Rd

package info (click to toggle)
r-bioc-nanostringqcpro 1.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: makefile: 7
file content (26 lines) | stat: -rw-r--r-- 762 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NanoStringQualityMetrics.R
\docType{methods}
\name{lodAssess,RccSet-method}
\alias{lodAssess,RccSet-method}
\alias{lodAssess}
\title{lodAssess}
\usage{
\S4method{lodAssess}{RccSet}(rccSet)
}
\arguments{
\item{rccSet}{An RccSet object}
}
\value{
A numeric vector giving the number of missing genes (endogenous and
housekeeping genes) for each sample in an RccSet. If paData is not
found in the input's assayData, NULL is returned.
}
\description{
Assess how many genes in each sample in an RccSet object are below the
limit of detection. (The current implementation does a straightforward
column sum on the presence/absence matrix (paData) in assayData.)
}
\author{
Dorothee Nickles
}