Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Safia Saci
rosePigs
Commits
516a97e3
Commit
516a97e3
authored
Jun 11, 2021
by
Guillaume Devailly
Browse files
Export of CpG density in bigwig format
parent
6ac8c19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pre_bayMeth.R
View file @
516a97e3
...
...
@@ -18,6 +18,12 @@ cpgDens <- cpgDensityCalc(windows, organism=Sscrofa, w.function="linear", window
# windows_genome <- readRDS("/work2/genphyse/genepi/guillaume/rosepigs/windows_full_genome.RDS")
# load("/work2/genphyse/genepi/guillaume/rosepigs/cpgDens.RData")
cpgdens
<-
windows_genome
cpgdens
$
score
<-
cpgDens
seqlengths
(
cpgdens
)
<-
seqlengths
(
Sscrofa
)
export
(
cpgdens
,
"/work2/genphyse/genepi/guillaume/rosepigs/cpgDens.Sscrofa.11.ensembl.bigWig"
,
format
=
"bigWig"
)
methyl1
<-
readRDS
(
"/work2/genphyse/genepi/guillaume/rosepigs/annotationBlockCountRDS/Tem-methyl_R1.rds"
)
methyl2
<-
readRDS
(
"/work2/genphyse/genepi/guillaume/rosepigs/annotationBlockCountRDS/Tem-methyl_R2.rds"
)
methyl3
<-
readRDS
(
"/work2/genphyse/genepi/guillaume/rosepigs/annotationBlockCountRDS/Tem-methyl_R3.rds"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment