File: umify_data.Rd

package info (click to toggle)
r-cran-sctransform 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: cpp: 323; sh: 13; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 588 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/data.R
\docType{data}
\name{umify_data}
\alias{umify_data}
\title{Transformation functions for umify}
\format{
A list of length two. The first element is a data frame with group, quantile and 
log-counts values. The second element is a vector of breaks to be used with cut to group
observations.
}
\usage{
umify_data
}
\description{
The functions have been trained on various public data sets and relate quantile
values to log-counts. Here the expected values at various points are given.
}
\keyword{datasets}