How to generate .db package from a custom cdf?
1
0
Entering edit mode
7.9 years ago
Nachocab ▴ 100

I have a custom CDF and I'd like to create a .db package like this one. Does anyone know what package I can use to create it? I think AnnotationForge might help, but I'm not sure what function I should use.

cdf array • 1.8k views
ADD COMMENT
0
Entering edit mode
6.5 years ago
lessismore ★ 1.3k

Never tried but should work:

# in R
library(makecdfenv)
make.cdf.package("<filename>.cdf", cdf.path="<folder where the .cdf file is>", compress=FALSE, species="Your_species", package.path = "<output folder>")

# on the command line
# R CMD INSTALL <output folder>/<filename>

# again in R to load it
library(<filename>)
ADD COMMENT

Login before adding your answer.

Traffic: 1817 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6