load_sex_distribution_table: Load a sex distribution table

Description Usage Arguments Value Examples

Description

Loads a table of distribution of sequences between sexes obtained with RADSex sex_distribution.

Usage

1
load_sex_distribution_table(input_file_path)

Arguments

input_file_path

Path to a table of distribution of sequences between sexes.

Value

A list with the following elements:

data

A data frame of the distribution of sequences between sexes.

n_males

Number of males in the population

n_females

Number of females in the population

Examples

1
data <- load_sex_distribution_table("sex_distribution_table.tsv")

RomainFeron/radsex-vis documentation built on May 23, 2019, 2:48 p.m.