Description Usage Arguments Value Author(s) Examples
View source: R/giaever-functions.R
Function to build a fitness defect contingency matrix where rows correspond to tested genes and columns to experimental conditions.
1 | buildFDMat(data,genenames,condition)
|
data |
List of 'significant' fitness defect scores and the associated genes at different experimental conditions. |
condition |
Character vector of the different experimental conditions tested |
genenames |
Character vector of all the tested genes for fitness defect. |
Contingency matrix of genes that present significant fitness defect in different experimental conditions.
N. LeMeur
1 2 3 4 5 | data(GiaeverPheno)
data(GiaeverExpCdt)
data(GiaeverGene)
fitnessData <- getFDgene(GiaeverPheno,condition=GiaeverExpCdt,cutoff=c(20,100,100),mode="generation",subset=c(5,15,20))
GiaeverPhenoM <- buildFDMat(data=fitnessData,genenames=GiaeverGene,condition=GiaeverExpCdt[,3])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.