Skip to content

Commit

Permalink
Build error should be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranrcampbell committed Feb 6, 2019
1 parent 8502e14 commit 9f8d6b5
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
^Meta$
^doc$
^.*\.Rproj$
^\.Rproj\.user$
6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ Suggests:
testthat,
cowplot,
tidyr,
SingleCellExperiment
SingleCellExperiment,
GenomicRanges,
matrixStats,
org.Hs.eg.db,
TxDb.Hsapiens.UCSC.hg19.knownGene
biocViews:
Software,
Transcriptomics,
Expand Down
9 changes: 9 additions & 0 deletions R/clonealign.R
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,15 @@ print.clonealign_fit <- function(x, ...) {
#' data(example_sce)
"example_sce"

#' Example raw copy number data
#'
#' An example data frame with copy number calls by
#' region for three clones (A, B, C)
#'
#' @examples
#' data(df_cnv)
"df_cnv"


#' Example clonealign_fit
#'
Expand Down
Binary file added data/df_cnv.rda
Binary file not shown.
18 changes: 18 additions & 0 deletions man/df_cnv.Rd

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

3 changes: 2 additions & 1 deletion vignettes/preparing_copy_number_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ knitr::opts_chunk$set(
suppressPackageStartupMessages({
library(SummarizedExperiment)
library(tidyverse)
library(dplyr)
library(tidyr)
library(clonealign)
library(TxDb.Hsapiens.UCSC.hg19.knownGene)
library(org.Hs.eg.db)
Expand Down

0 comments on commit 9f8d6b5

Please sign in to comment.