Uh oh!
There was an error while loading. Please reload this page.
F1sort plothit - #17
Conversation
Python linting ( |
| annotations = pd.concat(annotations).set_index([0, 'locus_tag']) | ||
| # add genomic positions for genes | ||
| summary = summary.merge(annotations[[3,4,6, 'organism']].reset_index(), left_on='gene_name', right_on='locus_tag', how='left').rename(columns={0: 'assembly_accession', 3: 'gene_genomic_start', 4: 'gene_genomic_stop', 6: 'strand'}) |
There was a problem hiding this comment.
start and end are switched if strand is -
i swapped start and end for the Marbel file so there is a non issue
gff is not entirely accurate, the edgar gffs is in marbel/src/marbel/data/cds_genomic_locations.parquet
for lengths: /vol/jlab/tlin/marbel/reference/lenghts_JLAB2.tsv
assembly_accession currently is the Chromosome ID
Regarding species selection: the species name from the summary is correct, currently cds_genomic_locations.parquet lists chromosome name in species col
Uh oh!
There was an error while loading. Please reload this page.
generate Figures like:

and sort DE by F1-score, a combination of True Positives and False Positives - highlights more differences to recovery