Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

220 results for “from:Robert Castelo”

[Bioc-devel] feature request: pmax for columns of DataFrame objects
Robert Castelo · Dec 2, 2013 · bioc-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/bioc-devel/attachments/20131202/3a688656/attachment.pl>

[Bioc-devel] Tips for using R-2.15 with BioC 2.10 and 2.11
Robert Castelo · Apr 17, 2012 · bioc-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/bioc-devel/attachments/20120417/2e7acaa2/attachment.pl>

[Bioc-devel] larger BioC AMI EBS volume
Robert Castelo · May 9, 2014 · bioc-devel

hi, currently the BioC AMI has root partition of 40 Gbytes, is it possible for a user, e.g. me!, to copy rebuild that AMI into a larger volume of, for instance, 100 Gbytes. thanks! robert.

[Bioc-devel] How to update an experiment data package
Robert Castelo · Feb 4, 2021 · bioc-devel

Hi, I'd like to update the experiment data package https://bioconductor.org/packages/GSVAdata but i haven't been able to find instructions in the Bioconductor website. how do i proceed? thanks! robert. -- Robert Castelo, PhD Associate Professor Dept...

[Bioc-devel] experiment package submission
Robert Castelo · Jul 21, 2010 · bioc-devel

Martin, a question regarding this issue just when through my mind, On Wed, 2010-07-21 at 19:20 -0700, Martin Morgan wrote: [...] > An experiment data package is additional work, but in exchange you get > reproducible, reliable, and documented research...

[Bioc-devel] atena build error on kunpeng2 Linux openEuler 22.03 LTS-SP1 / aarch64
Robert Castelo · Oct 23, 2023 · bioc-devel

hi, our package atena fails to build **only** in kunpeng2 Linux openEuler 22.03 LTS-SP1 / aarch64: https://bioconductor.org/checkResults/3.18/bioc-LATEST/gDNAx/kunpeng2-buildsrc.html concretely, the vignette fails to find a BAM file downloaded via...

[Bioc-devel] packageDescription() call in help page with recent R devel
Robert Castelo · Sep 7, 2010 · bioc-devel

On Mon, 2010-09-06 at 22:41 -0700, Martin Morgan wrote: [...] > > * checking for file ?qpgraph/DESCRIPTION? ... OK > > * preparing ?qpgraph?: > > * checking DESCRIPTION meta-information ... OK > > * cleaning src > > * running cleanup > > * installing the package to process help pages > > * building the package manual...

[Bioc-devel] VcfFile and VcfFileList
Robert Castelo · Jul 17, 2013 · bioc-devel

hi, i'm interested in having classes 'VcfFile' and 'VcfFileList', analogous to 'BamFile'/'BamFileList' or 'Bcf/BcfFileList,' with their corresponding functionality to ease manipulating, in this case, VCF files. i thought i could sort of copy&paste code from Rsamtools...

[Bioc-devel] build on different version
Robert Castelo · Apr 14, 2017 · bioc-devel

hi, on tuesday april 11th i checked in changes for VariantFiltering version 1.11.10 and i've seen that today the build for tuesday gives errors on version 1.11.9 with snapshot date from april 7th. i do...

[Bioc-devel] show method for CompressedVRangesList-class
Robert Castelo · Feb 24, 2015 · bioc-devel

hi, i'm using the CompressedVRangesList class in VariantFiltering to hold variants and their annotations across multiple samples and found that there was no show method for this class (unless i'm missing the right import here) so i made...

[Bioc-devel] progress with BiocParallel::bpiterate
Robert Castelo · Nov 27, 2019 · bioc-devel

hi, the 'BiocParallel::bpiterate()' method shows progress through the following call: setMethod("bpiterate", c("ANY", "ANY", "SerialParam"), ??? function(ITER, FUN, ..., REDUCE, init, reduce.in.order = FALSE, ??????? BPPARAM=bpparam()) { [...] ??? progress <- .progress(active=bpprogressbar(BPPARAM), iterate=TRUE) [...] } where the argument 'iterate=TRUE...

[Bioc-devel] Bioconductor github down?
Robert Castelo · Oct 27, 2025 · bioc-devel

oops, sorry, I can clone, pull and push, just pinging doesn't work, it must be a problem on your end. robert. On 10/27/25 17:04, Johannes Rainer wrote: > Hi all, > > just to make sure it's not...

[Bioc-devel] How to update annotation packages
Robert Castelo · Oct 15, 2014 · bioc-devel

Hi, i submitted one release ago the following annotation packages: MafDb.ALL.wgs.phase1.release.v3.20101123 MafDb.ESP6500SI.V2.SSA137.dbSNP138 phastCons100way.UCSC.hg19 for which i'm also the "maintainer". while the functionality to access their annotation resides...

[Bioc-devel] Bioconductor github down?
Robert Castelo · Oct 27, 2025 · bioc-devel

Same here, $ ping git.bioconductor.org PING git.bioconductor.org (34.192.48.227) 56(84) bytes of data. robert. On 10/27/25 17:04, Johannes Rainer wrote: > Hi all, > > just to make sure it's not me or...

[Bioc-devel] reporting progress while running in parallel
Robert Castelo · Aug 27, 2010 · bioc-devel

dear developers, i'm adding parallel support to my package by copying & pasting the way in which this is done by other packages like ShortRead. i'm currently using 'snow' and since i'm providing this support for computing-intensive...

[Bioc-devel] annotation() to BiocGenerics?
Robert Castelo · Sep 21, 2012 · bioc-devel

hi Martin, On 09/21/2012 05:59 PM, Martin Morgan wrote: > On 09/21/2012 05:05 AM, Benilton Carvalho wrote: >> Replace >> >> Biobase::`annotation<-`(eScoEset, "") >> >> by >> >> Biobase::`annotation<-`(eScoEset, value="") > > why not just > > annotation(eScoEset) <- "" > > with importFrom(Biobase, "annotation...

[Bioc-devel] GenomicScores support for mm39
Robert Castelo · May 6, 2022 · bioc-devel

Dear Fursham, sure, we add resources either when we need them ourselves or when our users request them. could you please open an issue with the request at https://github.com/rcastelo/GenomicScores/issues ?? thanks, robert. On 06/05/2022...

[Bioc-devel] MafDb.ExAC.r0.3.sites missing from build
Robert Castelo · Apr 10, 2015 · bioc-devel

hi, i have just noticed that VariantFiltering breaks in the last build: http://www.bioconductor.org/checkResults/3.1/bioc-LATEST/VariantFiltering/zin2-buildsrc.html and the reason is that the devel annotation package http://www.bioconductor.org/packages/devel...

[Bioc-devel] GSEABase::mapIdentifiers() stopped mapping identifiers
Robert Castelo · Mar 15, 2012 · bioc-devel

hi Martin, On Wed, 2012-03-14 at 15:58 -0700, Martin Morgan wrote: [...] > So the answer to the original post should have been closer to 'use > EntrezIdentifier for org.Hs.eg.db annotations'? As in the final line of...

[Bioc-devel] strandless introns with VariantAnnotation::locateVariants()
Robert Castelo · Jun 9, 2015 · bioc-devel

hi, currently, the annotation of variants in intronic regions by VariantAnnotation and the locateVariants() function does not assign strand to annotations in introns: library(VariantAnnotation) example(locateVariants) loc_all[loc_all$LOCATION == "intron"] GRanges object with 2 ranges and 9...

Can't find what you're looking for? Try searching with Google .