« All Events
2 PM – Intro To Python – Gamas
October 1, 2022 @ 2:00 pm - 3:00 pm
Today We Did
- We reviewed last week homeworks.
- We reviewed more details about PyVCF3 module.
Homework
- Inside VCF_file_reader_example.py do the following
- Read some fields from the INFO column like this
record.INFO['CLNSIG'][0] # this is to read CLNSIG field inside INFO column
record.INFO['CLNDN'][0] # this is to read CLNDN field inside INFO column
- Count records that whose INFO has CLNSIG equal to Uncertain_significance
- Count records that whose INFO has CLNSIG equal to Likely_benign
- Count records that whose INFO has CLNDN equal to not_provided
- Create Oct1_DictionaryHomework.py
- copy codes from page 92 to 96