Sergio Emilio Mares

Results 5 comments of Sergio Emilio Mares

@astulaaa You can fix it by: !pip install "setuptools

A silly solution @BeyondTheProof Is to limit the number of genes to < 500. Here: ``` n = 499 # Change this to the desired number of columns not greater...

Let me correct myself just do: ``` def rename_duplicate_columns(df): cols = pd.Series(df.columns) for dup in cols[cols.duplicated()].unique(): cols[cols[cols == dup].index.values.tolist()] = [dup + '_' + str(i) if i != 0 else...

A way to approach to this problem is to map the 5' sequence to the reference Transcriptome and then using some package such as pyvar to then see the effect...

download the model and unfreeze the weights then fine-tune