Skip to content

Commit

Permalink
Merge pull request #67 from MacoskoLab/update-object
Browse files Browse the repository at this point in the history
Update object structure and functions for minor release
  • Loading branch information
vkozareva committed Jun 5, 2019
2 parents dd47724 + 8984dbe commit 07a1649
Show file tree
Hide file tree
Showing 31 changed files with 392 additions and 94 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: liger
Type: Package
Title: Linked Inference of Genomic Experimental Relationships
Version: 0.3.1
Version: 0.4.0
Date: 2018-04-09
Author: Joshua Welch
Maintainer: Joshua Welch <[email protected]>,
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import(doSNOW)
import(snow)
importFrom(Rcpp, evalCpp)
importFrom(plyr, rbind.fill.matrix)
importFrom(plyr, mapvalues)
importFrom(Rtsne,Rtsne)
importFrom(cowplot, plot_grid)
importFrom(ggplot2, ggplot)
Expand All @@ -27,4 +28,6 @@ importFrom(riverplot, riverplot)
importFrom(mclust, adjustedRandIndex)
importFrom(RANN.L1, nn2)
importFrom(dplyr, "%>%")
importFrom(dplyr, group_by)
importFrom(dplyr, summarize)
exportPattern("^[[:alpha:]]+")
4 changes: 2 additions & 2 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rowVarsFast <- function(x, means) {
.Call(`_liger_rowVarsFast`, x, means)
}

solve_nnls <- function(C, B) {
.Call(`_liger_solve_nnls`, C, B)
solveNNLS <- function(C, B) {
.Call(`_liger_solveNNLS`, C, B)
}

Loading

0 comments on commit 07a1649

Please sign in to comment.