/usr/lib/R/site-library/DNAcopy/NAMESPACE is in r-bioc-dnacopy 1.52.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | useDynLib(DNAcopy)
import(stats,graphics)
importFrom("grDevices", "dev.cur", "dev.interactive", "dev.new")
importFrom("utils", "data")
export("CNA","exon.segment","getbdry","segment","segments.p","segments.summary","smooth.CNA","glFrequency","plotSample","zoomIntoRegion")
S3method(print, CNA)
S3method(plot, DNAcopy)
S3method(print, DNAcopy)
S3method(subset, CNA)
S3method(subset, DNAcopy)
|