ELTEbioinformatics / mulea

mulea - an R package for enrichment analysis using various ontologies and empirical FDR correction
https://www.biorxiv.org/content/10.1101/2024.02.28.582444v1
11 stars 1 forks source link

Changing the names of data in Data.R file #19

Closed barizona closed 6 months ago

barizona commented 6 months ago

I would like to change the name of

Is I change it only in Data.R and run roxygen2::roxygenise() I got this error:

ℹ Loading mulea Error: 'ontology' is not an exported object from 'namespace:mulea'

@koralgooll @stitam can you help how to change this?

barizona commented 6 months ago

I see these file names in the /data folder. If I change the name of the *.rda and to the same name in Data.R still I get an error when running roxygen2::roxygenise()