get_diff {ccRemover}R Documentation

Calculates the average load difference between the cell-cycle genes and control genes for each component.

Description

This is an interal function for use by "bootstrap_diff" only.

Usage

get_diff(xy, xn)

Arguments

xy

The data for the genes which are annotated to the cell-cycle, i.e. those genes for which "if_cc" is TRUE.

xn

The data for the genes which are not annotated to the cell-cycle, control genes, genes for which "if_cc" is FALSE

Value

A data frame containing the loadings for each component on the cell-cycle and control genes.


[Package ccRemover version 1.0.4 Index]