50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

CAMAN (version 0.78)

rs12363681: Gene calling

Description

This data set can be used to perform a cluster analyis of bivariate data.

This data set contains SNP of 3680 individuala

Usage

data("rs12363681")

Arguments

Format

A data frame consisting of 3680 data sets (rows) and 2 attributes (columns)

References

Schlattmann, P.(2009) Medical Applications of Finite Mixture Models. Berlin: Springer.

Examples

Run this code
if (FALSE) {
# Example
# EM and classification for bivariate data
data(rs12363681)
test <- bivariate.mixalg(obs1=x, obs2=y, type="bi", 
                         lambda1=0, lambda2=0, p=0, 
                         data=rs12363681, startk=20, class="TRUE")
# scatter plot with ellipse
plot(test)
# scatter plot without ellipse
plot(test, ellipse = FALSE)
}

Run the code above in your browser using DataLab