Skip to content

Commit

Permalink
Update function documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Mar 1, 2024
1 parent 75d6164 commit f2300f4
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 34 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
cont: ~
rspm: ~
steps:
- name: Install Conda (macOS)
if: ${{ matrix.config.os == 'macOS-latest' }}
run: |
brew install zlib
- uses: neurogenomics/rworkflows@master
with:
run_bioccheck: ${{ false }}
Expand Down
10 changes: 4 additions & 6 deletions man/conservative_idr.Rd

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

9 changes: 4 additions & 5 deletions man/feature_counts_matrix.Rd

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

9 changes: 4 additions & 5 deletions man/filter_bam.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/generate_pseudoreplicates.Rd

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

6 changes: 3 additions & 3 deletions man/multiple_replicates_chipr.Rd

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

6 changes: 4 additions & 2 deletions man/multiple_replicates_mspc.Rd

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

11 changes: 5 additions & 6 deletions man/optimal_idr.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/test-feature_counts_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_that("Filtered BAM file is created in the desired location", {
package = "ConsensusPeak")

result <- feature_counts_matrix(peak_file = peak,
treat_files = c(treat_1, treat_2)
bam_files = c(treat_1, treat_2)
)

# Check if the feature counts matrix is created
Expand Down

0 comments on commit f2300f4

Please sign in to comment.