View source: R/read-spectrum.R
read_dp | R Documentation |
This function returns the Spectrum .DP file read as character CSV. Not intended for direct use, but passing to other functions to parse.
read_dp(pjnz)
pjnz |
file path to Spectrum PJNZ file |
Matrix with class "spectrum_dp". Not intended for direct use.
pjnz <- system.file("pjnz/bwa2021_v6.13.pjnz", package = "leapfrog")
dp <- read_dp(pjnz)
class(dp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.