powered by
Load Smoothed Frequency Shift
import.smvshift(filename, selected_parent = "sim", backcrossed_parent = "sec")
loaded data as a bedgraph
file containing the allele frequencies as an extended BED6+ file; see vignette for formatting
name of the First Parent (that which is Selected for)
name of the Second Parent (that which is Backcrossed to)
# \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