Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Dec 8, 2024
1 parent 25adfdf commit ec0a0ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
vcfFileName <- system.file("extdata", "PG0390-C.test.vcf.gz",
package = "DEploid.utils"
)
plafFileName <- system.file("extdata", "labStrains.test.PLAF.txt",
package = "DEploid.utils"
)
panelFileName <- system.file("extdata", "labStrains.test.panel.txt",
package = "DEploid.utils"
)
refFileName <- system.file("extdata", "PG0390-C.test.ref", package = "DEploid.utils")
altFileName <- system.file("extdata", "PG0390-C.test.alt", package = "DEploid.utils")

PG0390CoverageVcf <- extractCoverageFromVcf(vcfFileName, "PG0390-C")
plaf <- extractPLAF(plafFileName)

0 comments on commit ec0a0ae

Please sign in to comment.