-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
STEP2: Load annotation databases: Ularcirc comes with one existing data set that has been aligned to hg38. While annotation is not required to identify circRNAs we recomment to download the respective human annotation databases as follows:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
\dontrun {
BiocManager::install(c("BSgenome.Hsapiens.UCSC.hg19", # Genome; enables sequence analysis
"TxDb.Hsapiens.UCSC.hg19.knownGene", # Transcript database
"org.Hs.eg.db")) # Annotation database
}
When I run this, it says Error: unexpected symbol in "\dontrun"
Metadata
Metadata
Assignees
Labels
No labels