Skip to content

Commit

Permalink
update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
Niinleslie committed Mar 25, 2021
1 parent 254db6d commit c29fa5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(calJSI)
export(calNeiDist)
export(ccfAUC)
export(classifyMut)
export(cna2gene)
export(compareCCF)
export(compareTree)
export(fitSignatures)
Expand Down
2 changes: 1 addition & 1 deletion R/cna2gene.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' library(org.Hs.eg.db)
#' cna2gene(seg, txdb = TxDb.Hsapiens.UCSC.hg19.knownGene)
#' @return seg object
#' @export readSegment
#' @export cna2gene

cna2gene <- function(seg, txdb, min.overlap.len = 50, geneList = NULL){

Expand Down

0 comments on commit c29fa5f

Please sign in to comment.