ParkerICI / vite

R package for analysis of single-cell data using graphs
GNU General Public License v3.0
10 stars 4 forks source link

Warning: Error in read.table: more columns than column names #3

Closed hchen725 closed 5 years ago

hchen725 commented 5 years ago

Files were clustered with grappolo. When attempting to read the files into vite, this error comes up:

Warning: Error in read.table: more columns than column names 47: stop 46: read.table 45: [C:\Users\XXX\Documents\R\win-library\3.4\vite\shinyGUI/server.R#151] 2: shiny::runApp 1: vite_GUI

What causes this issue and what's the best way to fix it?

luglilab commented 5 years ago

I had the same issue, i solved the problems changing the columns name.

pfgherardini commented 5 years ago

Sorry for the late reply. Can you send me via Dropbox or Box an example of the files that are failing? Both the input files before clustering as well as the clustered files?

Thanks

Federico