Skip to content

Commit

Permalink
Add motif file to extdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Apr 6, 2024
1 parent e278bcb commit 07f04c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions inst/extdata/MA0018.5.jaspar
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
>MA0018.5 CREB1
A [ 1911 1728 73505 2186 1417 8889 3533 75819 ]
C [ 970 2298 1748 14144 1895 1231 71982 1018 ]
G [ 1109 72555 2012 6339 74401 1207 2177 1222 ]
T [ 75554 2963 2279 56875 1831 68217 1852 1485 ]
4 changes: 2 additions & 2 deletions tests/testthat/test-read_motif_file.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_that("the output of read_motif_file is a universalmotif object", {
motif_file <- system.file("extdata",
"MA0018.5.jaspar",
package = "MotifStats")
"MA0018.5.jaspar",
package = "MotifStats")
res <- read_motif_file(motif_file = motif_file,
motif_id = "CREB1",
file_format = "jaspar")
Expand Down

0 comments on commit 07f04c3

Please sign in to comment.