ConesaLab / SQANTI3

Tool for the Quality Control of Long-Read Defined Transcriptomes
GNU General Public License v3.0
198 stars 49 forks source link

Add NA replacement value for ratio_TSS column in ML Rescue #330

Closed aarzalluz closed 1 month ago

aarzalluz commented 1 month ago

Solves problem in SQANTI3 ML Rescue (see #327).

The script to run pre-trained ML classifier on reference transcriptome lacks NA replacement value for ratio_TSS. Updated to match the ML filter script (NAs will now be replaced with a value of 1).

Fabian-RY commented 1 month ago

Hi @aarzalluz thanks for the pull request (and for everything you've done for sqanti).

I'll merge it in a bit.