rs12363681: Gene calling

rs12363681R Documentation

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")

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

## Not run: 
# 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)

## End(Not run)

CAMAN documentation built on Sept. 19, 2023, 3:01 p.m.

Related to rs12363681 in CAMAN...