File: defunct.Rd

package info (click to toggle)
r-bioc-singlecellexperiment 1.28.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (3)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/defunct.R
\docType{methods}
\name{defunct}
\alias{defunct}
\alias{isSpike}
\alias{isSpike<-}
\alias{spikeNames}
\alias{clearSpikes}
\alias{sizeFactorNames}
\alias{clearSizeFactors}
\title{Defunct methods}
\description{
Defunct methods in the \pkg{SingleCellExperiment} package.
}
\section{Named size factors}{

The class now only supports one set of size factors, accessible via \code{\link{sizeFactors}}.
This represents a simplification of the class and removes a difficult part of the API 
(that had to deal with both \code{NULL} and strings to specify the size factor set of interest).
}

\section{Spike-ins}{

It is recommended to handle spike-ins and other \dQuote{alternative} features via \code{\link{altExps}}.
}

\author{
Aaron Lun
}