Description Usage Arguments Value Examples
View source: R/load_single_data_file.R
Loads a single data file generated by PSASS
1 2 3 4 5 6 | load_single_data_file(
input_file_path,
contig_lengths,
plot.unplaced = TRUE,
snp_pos = FALSE
)
|
input_file_path |
Path to a data file. |
contig_lengths |
A list of contig lengths obtained with the |
plot.unplaced |
If TRUE, unplaced contigs will be plotted as a supercontig (default TRUE). |
A data frame storing the data from the input file.
1 | data <- load_single_data_file("fst_window.tsv", contig_lengths, plot.unplaced = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.