Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agmcfarland committed Aug 7, 2024
1 parent d9a80f8 commit 821245e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/quantify_edits.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#' @param end_distance_from_cut_site Numeric. The maximum distance from the cut site to consider bases (default: 20).
#' @param cut_site_start_distance_within_gRNA Numeric. The distance within gRNA to start considering cut sites (default: 3).
#' @param cut_site_start_distance_outside_gRNA Numeric. The distance outside gRNA to start considering cut sites (default: 3).
#' @param reference_genome_path Character. Path to a fasta file used to generate the base iGUIDE result (default: '').
#' @param n_processors Numeric. The number of processors to use for parallel processing (default: 4).
#' @param overwrite Logical. Whether to overwrite existing analysis output (default: TRUE).
#'
Expand All @@ -26,6 +27,7 @@
#' end_distance_from_cut_site = 25,
#' cut_site_start_distance_within_gRNA = 4,
#' cut_site_start_distance_outside_gRNA = 4,
#' reference_genome_path = 'path/to/genome.fasta',
#' n_processors = 6,
#' overwrite = FALSE
#' )
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ devtools::install_github('agmcfarland/BEiGUIDE')
# Running within R

```R
quantify_edits(
BEiGUIDE::quantify_edits(
base_directory = "path/to/base_directory",
output_directory = "path/to/output_directory",
analysis_name = "my_analysis",
abundance_cutoff = 5,
end_distance_from_cut_site = 25,
cut_site_start_distance_within_gRNA = 4,
cut_site_start_distance_outside_gRNA = 4,
reference_genome_path = 'path/to/genome.fasta',
n_processors = 6,
overwrite = FALSE
)
Expand Down Expand Up @@ -61,6 +62,9 @@ cut_site_start_distance_within_gRNA:
cut_site_start_distance_outside_gRNA:
Numeric. The distance outside gRNA to start considering cut sites (default: 3).

reference_genome_path
Character. Path to a fasta file used to generate the base iGUIDE result (default: '').

n_processors:
Numeric. The number of processors to use for parallel processing (default: 4).

Expand Down
3 changes: 3 additions & 0 deletions man/quantify_edits.Rd

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

0 comments on commit 821245e

Please sign in to comment.