Skip to content

Commit

Permalink
0.99.4: Fix getLRR example.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-cho committed Aug 3, 2016
1 parent e8fd0c2 commit c85590d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: Epicopy
Type: Package
Title: Get CNV information from 450K array
Version: 0.99.3
Version: 0.99.4
Date: 2015-02-25
Authors@R: c(
person('Sean, Soonweng', 'Cho', email = 'sean.cho@jhmi.edu',
Expand Down
9 changes: 2 additions & 7 deletions R/getLRR.R
Expand Up @@ -54,15 +54,10 @@
#' @examples
#'
#' # Get LRR
#' normix <- tsh$Sample_Group == 'Normal'
#' load('data/data_vignette.rda')
#' # Median is used for quick calculation
#' test <- getLRR(tset, Normals = normix, Ref = 'median')
#' res_lrr <- getLRR(epi_rg, Normals = 'thyroid, Ref = 'median')
#'
#' # Segment data with 4 cores
#' test.tum <- test[,!normix]
#' test.seg <- LRRtoCNA(LRR = test.tum, ncores = 4L)
#' head(test.seg$output)
#'
#' @seealso \code{\link[minfi]{preprocessFunnorm}}
#' \code{\link[minfi]{RGChannelSet-class}}
#'
Expand Down

0 comments on commit c85590d

Please sign in to comment.