Learn R Programming

PopPsiSeqR (version 1.0.0)

import.smvshift: Load Smoothed Frequency Shift

Description

Load Smoothed Frequency Shift

Usage

import.smvshift(filename, selected_parent = "sim", backcrossed_parent = "sec")

Value

loaded data as a bedgraph

Arguments

filename

file containing the allele frequencies as an extended BED6+ file; see vignette for formatting

selected_parent

name of the First Parent (that which is Selected for)

backcrossed_parent

name of the Second Parent (that which is Backcrossed to)

Examples

Run this code
# \donttest{
windowed_shifts.filename <- system.file("extdata",
"windowed_shifts.example_data.bed", package = "PopPsiSeqR")
windowed_shifts.bg <- import.smvshift(windowed_shifts.filename)
# }

Run the code above in your browser using DataLab