-
Notifications
You must be signed in to change notification settings - Fork 0
3.Bioinfo Basics
Lola-W edited this page Feb 15, 2023
·
1 revision
Objective: Prepare bioinformatics basic knowledges especially expression data
Time estimated: 5 h; taken 6 h;
Date started: 2023-1-12 ; completed: 2023-1-20
- See notes for MGY441
-
**SGD:** Check available info of mbp1 on
-
Analyze → Gene Lists page
- Get list of 29 genes: https://yeastmine.yeastgenome.org/yeastmine/bagDetails.do?bagName=Gene+list+for+S.+cerevisiae+31+Jan+2023+2.14&trackExecution=false
- Find common: all ORF class
-
Analyze → GO Slim mapper page
- "Yeast GO-Slim: Function" as the ontology of terms, then "SELECT ALL Terms...”
- Repeat for for "GO-Slim:Process”
- read results in R with
read.file()
-
-
STRING database: functional interactions
- search for saccharomyces cerevisiae Mbp1 interactors
- add proteins with “+”
-
Notes: concepts and approaches to data integration in bioinformatics
-
Use UniProt ID mapping service, mapping NP_010227 to P39678.
Issue: 404 Solution: search for mapping manually
- Notes: measuring and analysing gene expression levels
- Normaliza counts: RPKM or FPKM(probabilistic, fold- changes)
- Raw counts(edgeR)
- Notes: discovering differentially expressed genes in high-throughput data
- M/A plot:
- y: log(sample) – log(control),
- x: avg, the mean of sample and control
- M/A plot:
-
GEO2R
- Query on GEO
- Link to reference series
- GEO2R(GEO2R video tutorial)
-
No error distn, but now
-
- Notes: multiple testing