Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there are no some functions #114

Closed
NAGUIBATEUR228 opened this issue Jul 10, 2024 · 2 comments
Closed

there are no some functions #114

NAGUIBATEUR228 opened this issue Jul 10, 2024 · 2 comments

Comments

@NAGUIBATEUR228
Copy link

i have installed the package with
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("biomaRt")

and then tried
is.genome.available(db = "refseq", organism = "Homo sapiens")

as in the example
but R 4.4.1 could not find such function

the same:
getGenome( db = "refseq",

  •        organism = "Homo sapiens",
    
  •        path     = file.path("_ncbi_downloads","genomes") )
    

Error in getGenome(db = "refseq", organism = "Homo sapiens", path = file.path("_ncbi_downloads", :
can not find function "getGenome"

@HajkD
Copy link
Member

HajkD commented Jul 10, 2024

Hi,

The name of this package is biomartr and not BiocManager::install("biomaRt").

So installation should be done with:

# install developer version
BiocManager::install("ropensci/biomartr")

I hope this helps!

@NAGUIBATEUR228
Copy link
Author

NAGUIBATEUR228 commented Jul 11, 2024 via email

@HajkD HajkD closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants