-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate flank.cpp and makewindows.cpp
Incorporated cpp11-compatible subset_df() Removed failing flank tests that shouldn't have worked in the first place
- Loading branch information
1 parent
93ecbe1
commit 0917569
Showing
9 changed files
with
140 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Generated by cpp11: do not edit by hand | ||
|
||
flank_impl <- function(df, genome, both, left, right, fraction, stranded, trim) { | ||
.Call(`_valr_flank_impl`, df, genome, both, left, right, fraction, stranded, trim) | ||
} | ||
|
||
makewindows_impl <- function(df, win_size, num_win, step_size, reverse) { | ||
.Call(`_valr_makewindows_impl`, df, win_size, num_win, step_size, reverse) | ||
} | ||
|
||
random_impl <- function(genome, length, n, seed) { | ||
.Call(`_valr_random_impl`, genome, length, n, seed) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.