Skip to content

Commit

Permalink
Adjust inappropriate indent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
HDash committed Jul 10, 2024
1 parent 5e8b6b2 commit 17042b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/print_denovo_sections.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ print_denovo_sections <- function(motif_list,
select("name", "consensus.x", "total_sites", "best_match_name",
"best_match_altname", "best_match_offset") %>%
mutate("Motif Identifier" = substr(.data$name, 1, 3),
"Motif Width" = nchar(.data$consensus.x),
"% Peaks With Motif" = round(as.integer(.data$total_sites) /
"Motif Width" = nchar(.data$consensus.x),
"% Peaks With Motif" = round(as.integer(.data$total_sites) /
length(segregated_peaks[[i]]) * 100, 1)) %>%
rename("Consensus Sequence" = "consensus.x",
"Peaks With Motif" = "total_sites",
Expand Down

0 comments on commit 17042b8

Please sign in to comment.