Page 1 of 4

Zinc & Aging part II Genetic Data

PostPosted: Sun Feb 26, 2023 1:46 pm
by rpazo001
FASTQC Reports for Trimmomatic Data

Re: Zinc & Aging part II Genetic Data

PostPosted: Sun Feb 26, 2023 1:48 pm
by rpazo001
Multi QC

Re: Zinc & Aging part II Genetic Data

PostPosted: Sun Feb 26, 2023 1:51 pm
by rpazo001
Feature Count Data Plus Graphs ( Multi QC)
Taabular Count Data

Re: Zinc & Aging part II Genetic Data

PostPosted: Mon Mar 27, 2023 6:24 pm
by rpazo001
Data for BANJO

Sheet one contains participant ID in the first column, I ( for intervention in the second column) with B= Baseline and F= Fasted, the rest of the columns are the genes ( There are 350 gene columns total).

Sheet two contains the data in an easier way to input it into BNLEARN. The 350 genes come first and then the intervention data is in the last column.

Gene discretization key:
low = low expression; z<-1
none = no signficant gene expression; (-1 ≤ z ≤ 1)
high = high expression; z >1

Re: Zinc & Aging part II Genetic Data

PostPosted: Mon Mar 27, 2023 6:39 pm
by rpazo001
Gene Expression Data

Re: Zinc & Aging part II Genetic Data

PostPosted: Mon Apr 10, 2023 6:31 pm
by rpazo001
Data normalized by z score (see d-scale)

Re: Zinc & Aging part II Genetic Data

PostPosted: Mon Apr 10, 2023 7:11 pm
by rpazo001
R script is posted in github

https://github.com/smlgfiuedu/BNLEARN-G ... ta-anlysis

Network scores generated :
> score(Bn4, Intervention, type = "bde" )
[1] -7082.487
> score(Bn4, Intervention, type = "loglik")
[1] -2544.214
> score(Bn5, Intervention, type = "bde" )
[1] -7095.455
> score(Bn5, Intervention, type = "loglik")
[1] -2592.736
> score(Bn6, Intervention, type = "bde" )
[1] -7101.518
> score(Bn6, Intervention, type = "loglik")
[1] -2555.251
> score(Bn7, Intervention, type = "bde" )
[1] -7095.455
> score(Bn7, Intervention, type = "loglik")
[1] -2592.736
> score(Bn8, Intervention, type = "bde" )
[1] -7095.455
> score(Bn8, Intervention, type = "loglik")
[1] -2592.736
>

Re: Zinc & Aging part II Genetic Data

PostPosted: Wed Apr 12, 2023 6:27 am
by rpazo001
CounT data

First column is Gene ID prior to annotation

Re: Zinc & Aging part II Genetic Data

PostPosted: Wed Apr 12, 2023 6:31 am
by rpazo001
DESSEQ2 Count Normalization ( See script posted in github)
https://github.com/smlgfiuedu/DESEQ-2-d ... ptDeseq2.R

DESEQ2 Count Normalization Method:
1) Determine Estimates Size Factor
2) Create Normalized Object
3) Undergo Variance Stablization Transformation

https://www.bioconductor.org/packages/d ... sformation
https://hbctraining.github.io/DGE_works ... ation.html

Re: Zinc & Aging part II Genetic Data

PostPosted: Mon Apr 17, 2023 12:00 pm
by cwyoo
rpazo001 wrote:CounT data

First column is Gene ID prior to annotation


Can you post a count data with gene names annotated?