Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Oct 29, 2024
1 parent 1d01ad2 commit 994f5dc
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 10 deletions.
8 changes: 8 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Generated by roxygen2: do not edit by hand

export(calc_counts)
export(config_folder)
export(example_data)
export(example_data_folder)
export(fastq_to_bam)
export(get_stats)
export(grab_paired_files)
export(sample_count)
import(dplyr)
importFrom(Rbowtie2,bowtie2_build)
importFrom(Rbowtie2,bowtie2_samtools)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,quickBamFlagSummary)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(furrr,future_map)
importFrom(furrr,future_pmap)
importFrom(purrr,reduce)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
7 changes: 3 additions & 4 deletions man/calc_counts.Rd

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

14 changes: 14 additions & 0 deletions man/config_folder.Rd

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

4 changes: 2 additions & 2 deletions man/example_data_folder.Rd

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

83 changes: 83 additions & 0 deletions man/fastq_to_bam.Rd

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

40 changes: 40 additions & 0 deletions man/get_stats.Rd

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

31 changes: 31 additions & 0 deletions man/grab_paired_files.Rd

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

8 changes: 4 additions & 4 deletions man/sample_count.Rd

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

0 comments on commit 994f5dc

Please sign in to comment.