Skip to content

Commit

Permalink
updated to use latest version of grappolo
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgherardini committed Jun 21, 2019
1 parent 33cecc0 commit 3180392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: vite
Type: Package
Title: Analyzing single-cell data using graphs
Version: 0.4.6
Version: 0.4.7
Authors@R: "Pier Federico Gherardini <pfgherardini@parkerici.org> [aut, cre]"
Description: This is a package for visualization and analysis of high-dimensional
single-cell data using graphs
Expand Down
2 changes: 1 addition & 1 deletion R/scaffold.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ load_landmarks <- function(files.list, asinh.cofactor, transform.data, ...) {
population <- tail(strsplit(basename(f), "_")[[1]], n = 1)
population <- gsub(".fcs", "", population)
fcs <- flowCore::read.FCS(f, ...)
tab <- grappolo::convert_fcs(fcs, asinh.cofactor, transform.data, clip.at.zero = T)
tab <- grappolo::convert_fcs(fcs, asinh.cofactor, transform.data, negative.values = "truncate")

tab <- data.frame(tab, cellType = population, stringsAsFactors = F, check.names = F)
res <- rbind(res, tab)
Expand Down

0 comments on commit 3180392

Please sign in to comment.