I am trying to run eqtl_expression.py script using the transcript and tpm gcts but I got an error when merging the normalised bed file and the bed file created from the gtf.
here is the error:
Loading expression data
Normalizing data (tmm)
* 199324 genes in input tables.
* 97619 genes remain after thresholding.
Traceback (most recent call last):
File "/src/eqtl_prepare_expression.py", line 189, in <module>
norm_bed_df = prepare_bed(norm_df, bed_template_df, chr_subset=chr_list)
File "/src/eqtl_prepare_expression.py", line 57, in prepare_bed
bed_df = bed_df[bed_df.chr.isin(chr_subset)]
File "/usr/local/lib/python3.5/dist-packages/pandas/core/generic.py", line 4376, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'chr'
This is my command: I am using the docker version through singularity:
Hi all,
I am trying to run eqtl_expression.py script using the transcript and tpm gcts but I got an error when merging the normalised bed file and the bed file created from the gtf.
here is the error:
This is my command: I am using the docker version through singularity: