calculate_expected_block_values_given_ld: Caclulate predicted block values based on block information...

View source: R/inference.R

calculate_expected_block_values_given_ldR Documentation

Caclulate predicted block values based on block information and model fit.

Description

From a model fit we can predict expected variance of a block based on information we have about the block. In the example of gene expression this would equate to predicting the importance of a gene based on its signature of expression.

Usage

calculate_expected_block_values_given_ld(rolypoly, block_values)

Arguments

rolypoly

rolypoly object

block_values

estimated block values.

Examples

## Not run: calculate_expected_block_values_given_ld(rolypoly, block_values)

dcalderon/rolypoly documentation built on July 3, 2022, 1:59 p.m.