sr320 / ceabigr

Workshop on genomic data integration with a emphasis on epigenetic data (FHL 2022)
4 stars 2 forks source link

Calculate gene-level methylation statistics in oyster data #13

Closed sr320 closed 4 months ago

sr320 commented 2 years ago

Relevant files are at https://gannet.fish.washington.edu/seashell/bu-mox/scrubbed/120321-cvBS/

for instance for each sample

3F_R1_val_1_10x.bedgraph  3F_R1_val_1_bismark_bt2_pe.deduplicated.bam             3F_R1_val_1.CpG_report.merged_CpG_evidence.cov
3F_R1_val_1_10x.tab       3F_R1_val_1_bismark_bt2_pe.deduplicated.bismark.cov.gz  3F_R1_val_1.CpG_report.txt
3F_R1_val_1_5x.bedgraph   3F_R1_val_1_bismark_bt2_pe.deduplicated.sorted.bam
3F_R1_val_1_5x.tab        3F_R1_val_1_bismark_bt2_pe.deduplicated.sorted.bam.bai
sr320 commented 2 years ago

easy way to grab

wget -r \
--no-check-certificate \
--quiet \
--no-directories --no-parent \
-P . \  #where files go - indicating current directory
-A *10x.tab  \ #which files you want
https://gannet.fish.washington.edu/seashell/bu-mox/scrubbed/120321-cvBS/
shellywanamaker commented 2 years ago

script for gene methylation from methcompare: https://github.com/hputnam/Meth_Compare/blob/master/code/Median-Methylation-Calculations.Rmd

sr320 commented 2 years ago

IS this complete @shellytrigg ?

sr320 commented 2 years ago

this might be it https://github.com/sr320/ceabigr/blob/main/RAnalysis/data/meanmethgene_10x_allsampssex.csv

sr320 commented 4 months ago

This should be the format for what we want to compare to gene activity data?

https://github.com/sr320/ceabigr/blob/main/output/73-gene-methylation/grouped18.csv

@yaamini ?

ss

sr320 commented 4 months ago

Went on to create male and female file and gene meth difference (exposed - control)

https://github.com/sr320/ceabigr/tree/main/output/73-gene-methylation

sr320 commented 4 months ago

and separate set based on what was derived in code 40 at https://github.com/sr320/ceabigr/tree/main/output/73-gene-methylation