pull.biomarkers: Extract the detected biomarkers from a population object.

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

View source: R/generate.biomarkers.R

Description

Extract the detected biomarkers from a population object, or select biomarkers that best match a certain pattern.

Usage

1

Arguments

population

An object of class population. See create.population for details.

pattern

Vector containg pattern to be matched in markers.

verbose

Be verbose.

Details

After running generate.biomarkers function, biomarkers are stored inside population class object. Use the pull.biomarkers function to extract them from the popuklation object into a matrix. This will return a matrix will all the markers or when pattern is specified a vector with biomarkers best matching the pattern.

Value

Matrix of all markers / vector with markers best matching the specified pattern.

Author(s)

Konrad Zych k.zych@rug.nl, Danny Arends Danny.Arends@gmail.com Maintainer: Konrad Zych k.zych@rug.nl

See Also

Examples

1
2
3

pheno2geno documentation built on May 2, 2019, 6:35 a.m.