Description Usage Arguments Details Value Author(s) See Also Examples
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.
1 | massi_y(expression_data, y_probes)
|
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 |
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.
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 |
Sam Buckberry
massi_select, massi_cluster, massi_y_plot, massi_dip, massi_cluster_plot
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.