50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

gwasrapidd (version 0.99.17)

ancestries_tbl: Creates an ancestries table.

Description

Creates an ancestries table.

Usage

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

Value

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

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.