Skip to content

Commit

Permalink
resolved #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunhwan-bcm committed Apr 15, 2020
1 parent 0465145 commit d78864a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(calc_mappability)
export(fit_ab)
export(get_CPM)
export(join_count_and_design)
export(measure_gene_stats)
export(measure_sgrna_stats)
export(plot_PCA)
Expand Down
7 changes: 7 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ calc_mappability <- function(count_obj, df_design) {
#' @importFrom magrittr %>%
#' @importFrom tibble tibble
#' @return A tall-thin and combined table of the sgRNA read counts and study design will be returned.
#'
#' @examples
#' library(CB2)
#' data(Evers_CRISPRn_RT112)
#' head(join_count_and_design(Evers_CRISPRn_RT112$count, Evers_CRISPRn_RT112$design))
#'
#' @export
join_count_and_design <- function(sgcount, df_design) {
cols <- colnames(sgcount)

Expand Down
6 changes: 6 additions & 0 deletions man/join_count_and_design.Rd

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

0 comments on commit d78864a

Please sign in to comment.