Skip to content
Xueqing edited this page Jan 2, 2018 · 13 revisions

Dec 17th: line=line.split() ->convert a string into a list

Dec 26th:

  1. "else" is only connected to the nearest "if".
  • e.g.: cleaning_data_stage2.py, csv3
  1. Q: The opened file doesn't work in several lines later. Why?
  2. Problem recorded: The cleaned up data count has 88 columns, including the TranscriptID column. But it should be 89 columns right??

Dec 27th:

  1. 11.11 am->installed pandas successfully.

Dec 28th:

  1. Note: You cannot read lines in two different files within the same "for"loop! ***e.g.:

***for line1 in f_atlas: line1=line1.strip().split('\t') #print(line1[2]) for line2 in f_before: if line2[0]==line1[2]: print(line2[0]) Will only print out the lines in f_before once.


Jan 1st: The number of pathways I got(KEGG, go) is more than Dimitri's result. Haven't figure out why... For now, just use Dimitri's result to do downstream analysis.

Jan 2nd: ***R information when running Piano: ***Error in checkLoadArg(geneLevelStats, directions, geneSetStat, signifMethod, : signifMethod='nullDist' is not allowed for geneSetStat='tailStrength'

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