ancestries_tbl: Creates an ancestries table.

View source: R/class-studies.R

ancestries_tblR Documentation

Creates an ancestries table.

Description

Creates an ancestries table.

Usage

ancestries_tbl(
  study_id = character(),
  ancestry_id = integer(),
  type = character(),
  number_of_individuals = integer()
)

Arguments

study_id

GWAS Catalog study accession identifier.

ancestry_id

Ancestry identifier.

type

Type of cohort sample, either "initial" or "replication".

number_of_individuals

Number of individuals in the cohort sample.

Value

A tibble whose columns are the named arguments to the function.


ramiromagno/gwasrapidd documentation built on Jan. 3, 2024, 10:21 p.m.