Clear Filters
Clear Filters

Reading a wigFix file

3 views (last 30 days)
Giulio
Giulio on 24 Jul 2013
Hi! I'm trying to import to matlab the score of the conservation of a chromosome with textread
the file is like this:
fixedStep chro=cchr19 start=60001 step=1 0.486 0.483 0.472 ... ... ...
When I try
>> Cons=textread('chr19.phastCons46way.wigFix','headerlines',1);
I get this error:
??? Error using ==> dataread Number of outputs must match the number of unskipped input fields.
Error in ==> textread at 176 [varargout{1:nlhs}]=dataread('file',varargin{:});
What should I do?

Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!