mPhen.plotCorrelation {MultiPhen} | R Documentation |
Plots correlation between phenotype values conditional on genotype
Description
Plots the corrleation between phenotype values, with different genotypes coloured differently. Note that this will plot (dim(pheno_to_plot)[2] -1 )* dim(geno)[2] plots
Usage
mPhen.plotCorrelation(pheno_to_plot,geno,title="",cex=0.25, cols =c(1, 2, 3))
Arguments
pheno_to_plot |
the phenotype to plot |
geno |
Genotypes to use for stratifying samples |
title |
Title of plots |
cex |
Scaling of points |
cols |
thre colours to be used in the plot |
Value
None
[Package MultiPhen version 2.0.3 Index]