Nothing
####################################
######### AllClasses.R
#########
######### all classes in DEGseq
####################################
###########################################################################
## laneRaw
setClass("laneRaw",
representation(
expVals="matrix",
laGenes="matrix",
laNotes="character"
)
)
###########################################################################
## lanePair
setClass("lanePair",
representation(
expVals1="matrix",
expVals2="matrix",
PairGenes="matrix",
PairNotes="character"
)
)
##########################################################################
## PairNorm
setClass("PairNorm",
representation(
AVal="matrix",
MVal="matrix",
PairGenes="matrix",
PairNotes="character",
pMloc="matrix",
pMscale="matrix",
PairNormCall="call"
)
)
######################
## PairResult
setClass("PairResult",
representation(
AVal="matrix",
MVal="matrix",
PairGenes="matrix",
PairNotes="character",
pMloc="matrix",
pMscale="matrix",
PairNormCall="call",
Zscore ="matrix",
DfGenes="matrix",
Pvalue="matrix",
Qvalue="matrix",
Qvalue2="matrix"
)
)
#######################################################################
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.