plotAdmixClusters {ipADMIXTURE}R Documentation

plotAdmixClusters

Description

plotAdmixClusters is function that plots admixture ratios where the x axis represents individuals with cluster labels and y axis represents admixture ratios.

Usage

plotAdmixClusters(obj)

Arguments

obj

is an object of ipADMIXTURE class.

Examples

h27pop_obj<-ipADMIXTURE(Qmat=ipADMIXTURE::human27pop_Qmat[[11]], admixRatioThs =0.15)
ipADMIXTURE::plotAdmixClusters(h27pop_obj)


[Package ipADMIXTURE version 0.1.0 Index]