You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I am getting the following error message and I don't know how to fix this. When I did NCOL(fcs.file) I got 1 as the output and NROW(fcs.file) gave me 6. Could you please help?
Error in (function (..., deparse.level = 1) :
number of columns of matrices must match (see arg 6)
Many thanks.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. You can try runExprsExtract for one single FCS file. If there is still an error, it is recommended to use flowCore::read.FCS(filename = fcs.file) to check the file integrity.
I used runExprsExtract and was able to successfully read one FCS file. However, when I used runExprsMerge() to read that same FCS file with more files, I got an error saying my FCS file (which I could read using runExprsExtract) is not a valid file.
Is there a discrepancy between the two functions? How do I read more than one FCS file? Can I read them one by one and then somehow merge them?
Hi @ytdai
I am trying to use the runExprsMerge() function to merge 6 FCS files that have been exported from FlowJo. This is my code below:
However, I am getting the following error message and I don't know how to fix this. When I did NCOL(fcs.file) I got 1 as the output and NROW(fcs.file) gave me 6. Could you please help?
Error in (function (..., deparse.level = 1) :
number of columns of matrices must match (see arg 6)
Many thanks.
The text was updated successfully, but these errors were encountered: