kyizhak / RNA_MUTECT_1.0

BSD 3-Clause "New" or "Revised" License
1 stars 10 forks source link

Subscripted Assignment Dimension Mismatch Error in MATLAB Code #11

Open syoung1113 opened 1 year ago

syoung1113 commented 1 year ago

Setting up environment variables

LD_LIBRARY_PATH is .:/usr/local/MATLAB/MATLAB_Runtime/v901/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v901/bin/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v901/sys/os/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v901/sys/opengl/lib/glnxa64 load maf file convert_chr: assuming human for chrX/chrY Subscripted assignment dimension mismatch.

Error in TranslateAltCount (line 7)

Error in FilterRNAMutationsNoPoN (line 20)

MATLAB:subsassigndimmismatch

I'm encountering the above error in my code, and I'm looking to understand why this error is happening and how to resolve it. It would be helpful if you could provide answers to the following questions:

  1. Can you provide a detailed explanation of the code section where the error is occurring?
  2. I'm also interested in examining the relevant code for the TranslateAltCount and FilterRNAMutationsNoPoN functions. Could you explain what these two functions are doing?
  3. Can you explain what the "Subscripted assignment dimension mismatch" part of the error message means?

Providing the code section where the error occurs, as well as the code for the relevant functions or scripts, would be helpful.

Thank you.