filter_mec: Filter MEC Data Objects

Description Usage Arguments Value

Description

Filters MEC data objects to pre-defined sample sets

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
filter_mec(x, study)

## Default S3 method:
filter_mec(x, study = c("1", "2", "mGWAS", "MEC-APS",
  "LF5", "LF55", "PF5", "PF55", "VF", "FHC", "Other"))

## S3 method for class 'data.frame'
filter_mec(x, study)

## S3 method for class 'matrix'
filter_mec(x, study)

## S3 method for class 'dist'
filter_mec(x, study)

Arguments

x

The MEC data object to be filtered.

study

The MEC study to filter to.

Value

The filtered data object


icj/mecfun documentation built on Nov. 4, 2019, 1:54 p.m.