You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# get transcription start sites on chr20
library(genomation)
transcriptFile=system.file("extdata",
"refseq.hg19.chr20.bed",
package="compGenomRData")
feat=readTranscriptFeatures(transcriptFile,
remove.unusual=TRUE,
up.flank=500, down.flank=500)
prom=feat$promoters# get promoters from the features# get for H3K4me3 values around TSSes# we use strand.aware=TRUE so - strands will# be reversedH3K4me3File=system.file("extdata",
"H1.ESC.H3K4me3.chr20.bw",
package="compGenomRData")
sm=ScoreMatrix(H3K4me3File, prom,
type="bigWig", strand.aware=TRUE)
Errorin validObject(.Object) :invalidclass"ScoreMatrix"object:superclass"mMatrix"notdefinedintheenvironmentoftheobject's class
How should I solve this?
Thanks
The text was updated successfully, but these errors were encountered:
Bioconductor says that to install the developmental package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("genomation")
Hello
The code of line 530-558 in the 06-genomicIntervals.Rmd can't run successfully:
How should I solve this?
Thanks
The text was updated successfully, but these errors were encountered: