Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Oct 28, 2024
1 parent 0e77040 commit 6c0b887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ License: GPL-3
URL: https://github.com/FredHutch/gimap
BugReports: https://github.com/FredHutch/gimap/issues
Imports:
readr,
dplyr,
tidyr,
knitr,
rmarkdown,
ggplot2,
magrittr,
kableExtra,
pheatmap,
purrr,
utils,
stats,
stringr,
Expand Down
2 changes: 1 addition & 1 deletion R/bam_to_counts.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Obtain the counts for a group of samples
#' @description This function takes a forward and reverse bam files for a group of samples and returns the counts and stats.
#' @param bam_dir a file path to a directory where the bam files associated with the sample names will be stored.
#' @param sample_name a character vector that indicates the name of the samples as they are listed in the file names.
#' @param sample_names a character vector that indicates the name of the samples as they are listed in the file names.
#' @param time TRUE/FALSE you want the duration this takes to run printed out
#' @importFrom furrr future_pmap future_map
#' @importFrom purrr reduce
Expand Down
4 changes: 2 additions & 2 deletions man/calc_counts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c0b887

Please sign in to comment.