Skip to content

Write a Function for Parsing gene_exp.diff Files #13

@davebridges

Description

@davebridges

Should take two arguments, file and experiment_id.

The file should be parsed and generate a new record for each datum. If a gene does not exist in the database, a new gene record will be created.

The output should be a dictionary containing the number of new records created and the number of new genes created.

Error capturing should catch the following errors:

  • Not a gene_exp.diff file
  • The Experiment_id is incorrect
  • Field errors.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions