Download mavolcanoplot

Transcript
mainvarsetnorm
Purpose
Perform rank invariant set normalization on gene expression values
from two experimental conditions or phenotypes
Syntax
NormDataY = mainvarsetnorm(DataX, DataY)
NormDataY = mainvarsetnorm(..., 'Thresholds',
ThresholdsValue, ...)
NormDataY = mainvarsetnorm(..., 'Exclude',
ExcludeValue, ...)
NormDataY = mainvarsetnorm(..., 'Prctile',
PrctileValue, ...)
NormDataY = mainvarsetnorm(..., 'Iterate',
IterateValue, ...)
NormDataY = mainvarsetnorm(..., 'Method', MethodValue, ...)
NormDataY = mainvarsetnorm(..., 'Span', SpanValue, ...)
NormDataY = mainvarsetnorm(..., 'Showplot', ShowplotValue,
...)
Arguments
DataX
Vector of gene expression values from a single
experimental condition or phenotype, where
each row corresponds to a gene. These data
points are used as the baseline.
DataY
Vector of gene expression values from a single
experimental condition or phenotype, where
each row corresponds to a gene. These data
points will be normalized using the baseline.
2-363