Skip to content
Prev 9511 / 21318 Next

[Bioc-devel] Experimental data package or ExperimentHub

Hi,

There may be more elegant ways but here is one solution.

sample.name <- c("ABC_study_provider", "XYZ_study_provider")
lapply(sample.name,
    function(xx) {
        filename <- paste0(xx, ".rda")
        ## make the GAlignmentPairs
        ## ...
        xx <- GAlignmentPairs()
        save(xx, file=filename)
    })

Val
On 07/14/2016 05:40 AM, Michael Love wrote:
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.