File: scale_normalization_75th_percentile.Rd

package info (click to toggle)
r-bioc-demixt 1.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,300 kB
  • sloc: ansic: 1,591; cpp: 1,209; makefile: 5; sh: 4
file content (19 lines) | stat: -rw-r--r-- 749 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/DeMixT_Preprocessing.R
\name{scale_normalization_75th_percentile}
\alias{scale_normalization_75th_percentile}
\title{scale_normalization_75th_percentile}
\usage{
scale_normalization_75th_percentile(count.matrix)
}
\arguments{
\item{count.matrix}{A matrix of raw expression count with \eqn{G} by \eqn{(My + M1)}, where \eqn{G} is the number
of genes, \eqn{My} is the number of mixed samples and \eqn{M1} is the number of normal samples. Row names are genes
 column names are sample ids.}
}
\value{
the scale normalized count matrix
}
\description{
Quantile normalization for the raw count matrix of tumor and normal reference using the 0.75 quantile scale normalization
}