Skip to content

Dec 27th

Xueqing edited this page Jan 16, 2018 · 4 revisions
  • Ok today I finally finished the cleaning-up of data.

    Code: 02_cleaning_data_stage2.py
    Result (only the first 20 lines are shown since the file is a bit huge):cleaned_data_sample.tsv
    Statistics: 87 individuals, 190053 transcripts.

  • I also finished rewriting the transcript names into gene names.

    Code: 03_transcripts_to_genes.py
    Statistics: 87 individuals, 164802 transcripts (wrote in gene names) that can be mapped to genes.

  • Then I tried to sum up all the transcripts mapping to the same gene. Initially I wrote a code.

    This takes a long time to run and still doesn't show the result ideally.

  • Write codes to filter out the non-coding genes(06_proteinatlas_filter1.py) as well as not significantly differentially expressed genes(07_p_value_filter2.py).

Contents

Diaries

Week 03, 2018

Jan 16th(A final wrap-up)

Week 02, 2018

Jan 12nd-14th
Jan 11st
Jan 9th

Week 01, 2018

Jan 3rd-6th
Jan 2nd
Jan 1st

Week 52, 2017

Dec 29th
Dec 28th
Dec 27th
Dec 26th
Dec 25th

Week 51, 2017

Dec 18th-24th

Week 50, 2017

Dec 11st-17th

Week 49, 2017

Dec 04th-10th

Week 48, 2017

Nov 30th
Nov 28th
Nov 24th


Group meeting notes (shared in the group):

Dec 13rd, 2017
Dec 11st, 2017
Dec 06th, 2017
Nov 30th, 2017
Nov 28th, 2017

Clone this wiki locally