Skip to content

Commit

Permalink
chore: document()
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 30, 2025
1 parent 68fd13e commit 647ce6a
Show file tree
Hide file tree
Showing 19 changed files with 208 additions and 44 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Generated by roxygen2: do not edit by hand

export("%<>%")
export("%>%")
export(batch_correct_counts)
export(calc_cpm)
export(clean_raw_counts)
export(create_multiOmicDataSet_from_dataframes)
Expand All @@ -16,3 +18,4 @@ export(strip_ensembl_version)
if (getRversion() < "4.3.0") importFrom("S7", "@")
importFrom(DESeq2,DESeq)
importFrom(dplyr,"%>%")
importFrom(magrittr,"%<>%")
23 changes: 23 additions & 0 deletions man/abort_packages_not_installed.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/aggregate_duplicate_gene_names.Rd

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

76 changes: 76 additions & 0 deletions man/batch_correct_counts.Rd

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

25 changes: 25 additions & 0 deletions man/check_packages_installed.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/clean_raw_counts.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/counts_dat_to_matrix.Rd

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

16 changes: 8 additions & 8 deletions man/filter_counts.Rd

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

2 changes: 1 addition & 1 deletion man/glue_gene_symbols.Rd

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

16 changes: 16 additions & 0 deletions man/nidap_batch_corrected_counts.Rd

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

18 changes: 18 additions & 0 deletions man/nidap_batch_corrected_counts_2.Rd

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

16 changes: 8 additions & 8 deletions man/normalize_counts.Rd

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

Loading

0 comments on commit 647ce6a

Please sign in to comment.