Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

bsgenome objects #18

@nsheff

Description

@nsheff

in this scripts/installRdeps.R you are downloading and installing gigabytes of bsgenome objects.

genomes = list(Hsapiens = c("hg18","hg19","hg38"),
Mmusculus = c("mm10","mm9"))
for(name in names(genomes)) {
for(genome in genomes[[name]]) {
# should install non-masked too
.install_pkg(p=paste0("BSgenome.", name,
".UCSC.", genome,".masked"),
bioc=TRUE)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions