write.flowSet new filenames bug
1
0
Entering edit mode
@jordanxanthopoulos-11527
Last seen 7.2 years ago

I am trying to pass my own custom filename for the new file which i create with the d = getData(gs,parent) command.

The problem is, when I only have one file, there is an increment 1_ in front of my custom name. I print both the length of d and my new custom name and they have the same length (1). From what I have read in the write.flowSet() page, 

Alternatively, one can supply either a character scalar, in which case the prefix i_ is appended (i being an integer in seq_len(length(x))), or a character vector of the same length as the flowSet x.

I dont understand whats wrong with it, am I somewhere mistaken? I used both paste0 and paste, no difference. If I use >1 files, everything works ok (I create for each a new name)

flowcore write.flowset() • 1.1k views
ADD COMMENT
0
Entering edit mode
Jiang, Mike ★ 1.3k
@jiang-mike-4886
Last seen 2.6 years ago
(Private Address)

I've pushed the fix for this. see https://github.com/RGLab/flowCore/commit/2b6504c9f15a9a1f2df1797c8a46e9c5528b59f2

ADD COMMENT
0
Entering edit mode

does that mean I can install the package via the standard commands and have the problem fixed? Thanks.

ADD REPLY
0
Entering edit mode

It is in development branch of flowCore (1.41.7) . If you are already using Bioconductor development version (see https://www.bioconductor.org/developers/how-to/useDevel/) , you can install it through the standard "biocLite".

Otherwise, you need to install it directly from github.

devtools::install_github("RGLab/flowCore/trunk")
ADD REPLY
0
Entering edit mode

I get a Error in stop(github_error(request)) : 404: Not Found (404) when i try to run the command you gave me. Also the link you gave is broken.

ADD REPLY
0
Entering edit mode

ok, you gave me the wrong command, the correct one is

devtools::install_github("RGLab/flowCore",ref="trunk")
ADD REPLY

Login before adding your answer.

Traffic: 488 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6