massi_y: massi_y

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/massi_y.R

Description

The massi_y function extracts the y chromosome probe values for each sample and calculates the coefficient of variation (CV) for each probe. The returned list contains CV values (%) for each probe and quantile data. The probe variation data can be visualized using the massi_y_plot function.

Usage

1
massi_y(expression_data, y_probes)

Arguments

expression_data

The expression.data item contains normalized array expression data for all samples. This can be a data.frame with sample names as columns and probe id's as row names. This argument also allows the specification of an ExpressionSet object.

y_probes

A data.frame of probe id's in one column that match y chromosome genes for the array platform. massiR includes probes for several Illumina and Affymetrix platforms. Details on using these probes are included in the vignette and the y.probes manual.

Details

The expression.data must be as a data.frame with sample names as column names and probe id's as row.names. ExpressionSet objects can be input and with expression data will be exracted from the ExpressionSet and the returned list would be the same as if data as entered in data.frame format.

Value

The massi_y function returns a list containing probe id's, probe cv and quantiles.

id

Probe id's

cv

Probe cv values

quantiles

Quantiles of cv values data

Author(s)

Sam Buckberry

See Also

massi_select, massi_cluster, massi_y_plot, massi_dip, massi_cluster_plot

Examples

1
2

massiR documentation built on Nov. 8, 2020, 7:30 p.m.