load_single_data_file: Load a single data file

Description Usage Arguments Value Examples

View source: R/load_single_data_file.R

Description

Loads a single data file generated by PSASS

Usage

1
2
3
4
5
6
load_single_data_file(
  input_file_path,
  contig_lengths,
  plot.unplaced = TRUE,
  snp_pos = FALSE
)

Arguments

input_file_path

Path to a data file.

contig_lengths

A list of contig lengths obtained with the load_contig_lengths function.

plot.unplaced

If TRUE, unplaced contigs will be plotted as a supercontig (default TRUE).

Value

A data frame storing the data from the input file.

Examples

1
data <- load_single_data_file("fst_window.tsv", contig_lengths, plot.unplaced = FALSE)

INRA-LPGP/PoolSex-vis documentation built on March 7, 2020, 6:03 p.m.