powered by
The getCorrUnad function is a support function for the function plot1gene.
getCorrUnad(geneName, fp, fpName, responseVector, dat, resPlot)
Character string, specifying the name of the gene.
Vector containing 0's and 1's - the data about the fingerprint feature.
Character string, used to make the title of the plots. If not specified, the plot title will be blank.
Vector containing the bio-activity data.
Contains the gene expression data matrix for all the genes - can be a matrix or an expression set.
Logical. If TRUE, creates the plot data for the residual plot
A list containing the data to create the respective plots and the unadjusted association between the gene expression and bio-activity data.
Works as a support function for plot1gene.
# NOT RUN { getCorrUnad(geneName="Gene21",fp=fp,fpName="Fingerprint", responseVector=activity,dat=gene_eset,resPlot=TRUE) # }
Run the code above in your browser using DataLab