Description Details Author(s) References See Also Examples
More about what it does (maybe more than one line)
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
This package calculates the differences in expression observed along the experiments (libraries)
between homoeologs or/and duplicates. It returns a plot of the Wilcoxon test p-value of comparing
the median of the diferences observed between a pair of genes of RAAC genes and No-RAAC genes for every library.
Also it calculates the Pearson correlation of the expression level between a gene pair along several
experiments/treatments (libraries).
Javier Montalvo-Arredondo [aut, cre]
Maintainer: Javier Montalvo <javier.montalvo@cinvestav.mx>
No references yet.
~~ Optional links to other man pages, e.g. ~~
~~ <pkg>
~~
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | DET function creates an S4 object that holds the gene name and the expression level observed in
both duplicates / homoeologs.
det <- DET(exp)
data(exp) function loads the "exp" dataset.
"exp" must be a data.frame or matrix of the reads counts normalized by gene length whose columnames
and rownames must be set with library name or treatment condition name and gene names respectively.
gene names must be taged at the end with .L or .S in order to diferentiate them and the sufix after
.L or .S must be the same name.
data(raac) function loads the raac dataset (RAAC genes). This datastructure must be a character vector
calDif() function calculates the difference in expression level between every pair of genes.
dif <- calDif(exp)
calCor() function calculates the Pearson correlation of the expression level between every pair
of genes along a set of libraries.
corr <- calCor(exp)
plotWTPV() function calculates and plots the Wilcoxon test p-values of comparing the median
between the RAAC genes and NO-RAAC genes .
plotWTPV(dif, raac)
plotCor() function plots the Perason correlation of expression for every gene pair and separates the data
between RAAC and No-RAAC genes. It also calculates the Wilcoxon test p-values comparing both data sets
(RAAC and No-RAAC genes).
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.