getNormExpressionFromRData | R Documentation |
Load and extract normalized expression from RData.
Load and collect RPKM from RData.
Load and collect DEGs Pvalues with LogFold Change from RData.
Load and collect Active at Days from RData.
Load and collect Active Genes at Days from RData.
getNormExpressionFromRData(RData, objname)
getRpkmExpressionFromRData(RData, objname)
extractDegsPvaluesWithLFCFromRData(
RData,
objname,
pADJ.thr = 0.05,
logfcthr = 1.5
)
getDEGsPvaluesFromRData(RData, objname)
getActiveAtDaysFromRData(RData, objname)
RData |
filnename with RData |
objname |
the name of the loaded object |
pADJ.thr |
the threshold for adjusted pvalue, default 0.05 |
logfcthr |
the absolute threshold value for lfc, default 1.5 |
normalized gene expression matrix
rpkm expression matrix
a three column matix with gene, pvalue and lfc
a list of genes Expressed at a given Day.
a list of genes active at a given Day.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.