Re: [Bioc-devel] inquiry about possibility of package name change

2016-07-04 Thread Dario Strbenac
name to yours. -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] Repitools Development Version Webpage Gone

2016-08-26 Thread Dario Strbenac
Recently, the overview webpage of the development version of Repitools has vanished. It is still listed in the build report, though. There are also some strange build errors on Linux. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

[Bioc-devel] BStringSet Documentation

2016-09-01 Thread Dario Strbenac
in strsplit(IDs, " ") : non-character argument I think that both of these functions shouldn't work or both should work, to be consistent. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] BStringSet Documentation

2016-09-02 Thread Dario Strbenac
Hello, Actually, I thought that substr unintentionally worked and perhaps they should both produce an error message. Thanks for adding the functionality for strsplit, though! -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

[Bioc-devel] String Matching in Parallel

2016-09-04 Thread Dario Strbenac
calling DNAString (it's odd that vmatchPattern - for searching BSgenome objects - requires a DNAString for the pattern, rather than a DNAStringSet) or DNAStringSet ? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Aust

Re: [Bioc-devel] Why sleuth is not in Bioconductor?

2016-09-14 Thread Dario Strbenac
nction documentation with runnable examples and a vignette. Sleuth isn't currently at the R package quality level necessary for Bioconductor. ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___

[Bioc-devel] Warning when Reading Example VCF

2016-09-27 Thread Dario Strbenac
nings to the end user. R version 3.3.1 (2016-06-21) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 15.10 VariantAnnotation 1.18.7 -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-

[Bioc-devel] VCF Intersection Using readVcf Remarkably Slow

2016-09-27 Thread Dario Strbenac
ile that is 4 GB in size when compressed. I can't imagine how long that would take. Can the code of readVcf be optimised ? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] NEWS files

2016-10-12 Thread Dario Strbenac
e R logo is gigantic. ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] NEWS files

2016-10-12 Thread Dario Strbenac
Good day, I see it, too. There's no problem. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] ignoreSelf Option for findOverlaps of GenomicRanges Query

2016-10-26 Thread Dario Strbenac
to be consistent? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] FlipFlop Ignores Read Strand and Requires Antiquated File Formats

2016-10-31 Thread Dario Strbenac
provide GTF and GFF3 files, which can easily be imported into R with functions provided by rtracklayer. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https

[Bioc-devel] chimera Attempts to Open Non-existent File

2016-11-02 Thread Dario Strbenac
ition: Warning message: In file(file, "rt") : cannot open file 'Thu_Nov_3_13-46-27_2016': No such file or directory The section of code where the error occurs seems to be in the .starImport function. -- Dari

Re: [Bioc-devel] chimera Attempts to Open Non-existent File

2016-11-06 Thread Dario Strbenac
ent issue. ----- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Bioc-devel Digest, Vol 152, Issue 10

2016-11-06 Thread Dario Strbenac
ng for the file's existence at the beginning of the function. For example, if(file.exists(filename)) # Do fusion file import. else stop("Could not find the specified fusion file.") ------ Dario Strbenac University of Sydney Camp

[Bioc-devel] Subversion Log Stalled

2016-11-10 Thread Dario Strbenac
Good day, The log at http://bioconductor.org/developers/svnlog/ stopped updating two weeks ago. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https

[Bioc-devel] Feasibility of Parallel Extraction of Matches with extractAllMatches

2016-11-16 Thread Dario Strbenac
deprecated since it duplicates the functionality of substr? > substr(words, start(matches), end(matches)) [1] "GOAT" "MOAT" NA Also, the expected subsetting fails for MIndex objects. > class(matches) [1] "ByPos_MIndex" > length(matches) [1] 3 > length(matches

[Bioc-devel] vmatchPattern Returns Out of Bounds Indices

2016-11-16 Thread Dario Strbenac
h respect to their corresponding sequence in 'x' It's rare, but still a problem, nonetheless. > table(unlist(endIndex(primerLocations)) > 75) FALSE TRUE 366225 2 This happens with Biostrings 2.42.0. -- Dario Strben

Re: [Bioc-devel] vmatchPattern Returns Out of Bounds Indices

2016-11-18 Thread Dario Strbenac
, : vmatchPattern() does not support indels yet This is utilising Biostrings 2.42.0 in R 3.3.1. ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https:/

[Bioc-devel] Implementation of vmatchPattern Indels

2016-12-04 Thread Dario Strbenac
of CRISPR genomic screens without leaving the R analysis environment, which is a new use case not existing before. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org

[Bioc-devel] readGAlignmentPairs Fails if Used Inside mclapply Loop

2016-12-12 Thread Dario Strbenac
[11] IRanges_2.8.1 S4Vectors_0.12.0 BiocGenerics_0.20.0 loaded via a namespace (and not attached): [1] zlibbioc_1.20.0BiocParallel_1.8.1 lattice_0.20-34tools_3.3.2 grid_3.3.2 DBI_0.5-1 Matrix_1.2-7.1 [8] rtracklayer_1.34.1 bitops

Re: [Bioc-devel] readGAlignmentPairs Fails if Used Inside mclapply Loop

2016-12-12 Thread Dario Strbenac
d mc.cores = 2 and it also resulted in an error. Each of the files has 30 to 40 million mappings, so I wouldn't expect them to be too big. I'll stick to bplapply. ------ Dario Strbenac University of Sydney Campe

[Bioc-devel] readGAlignments Lacks strandMode

2017-01-05 Thread Dario Strbenac
n for readGAlignments and other similar functions in GenomicAlignments. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo

[Bioc-devel] asBam Default Destination

2017-01-06 Thread Dario Strbenac
x "bam" instead of "sam"? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] GAlignments Sorting Causes C Stack Error

2017-01-08 Thread Dario Strbenac
cs_0.20.0 loaded via a namespace (and not attached): [1] lattice_0.20-34bitops_1.0-6 grid_3.3.2 zlibbioc_1.20.0 Matrix_1.2-7.1 BiocParallel_1.8.1 [7] tools_3.3.2 ------ Dario Strbenac University of Sydney Camperdown NSW 2050

Re: [Bioc-devel] readGAlignments Lacks strandMode

2017-01-14 Thread Dario Strbenac
Good day, Now I know about invertStrand, I agree that it's best to keep the strandMode only for paired-end data. Indeed, it's an example at the end of the lengthy documentation of GAlignments. ------ Dario Strbenac University of Sydney Camperdow

[Bioc-devel] Alternative Hypothesis Specification For edgeR

2017-01-15 Thread Dario Strbenac
Good day, In a future release, could the user be allowed to specify an alternative hypothesis such as the coefficient being positive? DESeq2 provides an altHypothesis parameter for such a purpose. -- Dario Strbenac University of Sydney Camperdown NSW 2050

[Bioc-devel] edgeR and limma Default Offsets

2017-02-15 Thread Dario Strbenac
Good day, The cpm function in edgeR uses a default offset of 0.25 and voom in limma uses 0.5 (and provides no user modification) to calculate the base 2 logarithm of the counts per million. Might these be made consistent? -- Dario Strbenac University of

Re: [Bioc-devel] edgeR and limma Default Offsets

2017-02-16 Thread Dario Strbenac
voom: t(counts + 0.5)/(lib.size + 1) Basically, the values added to the counts and the library size ignore the library size of each sample in the voom function. ------ Dario Strbenac University of Sydney Camperdown NS

[Bioc-devel] GRangesList Conversion Fails For Unstranded Sequencing Data

2017-03-13 Thread Dario Strbenac
ne else has encountered this bug before. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] ShortReadQ Serialisation Slow and Creates Large File

2017-04-26 Thread Dario Strbenac
ved in binary format, the size on disk is 2.0 GB. Is a lot of unnecessary detail saved when the object is serialised? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.

[Bioc-devel] pairwiseAlignment Improvements

2017-04-28 Thread Dario Strbenac
ndel documented in Numeric Summary Methods? Unlike nchar and score, they are not numerical summaries of the data. It'd be nice to see this part of Biostrings thoroughly refactored with more focus on UX. --

[Bioc-devel] SplicingGraphs Feature Suggestion

2017-06-22 Thread Dario Strbenac
Hello, It would be convenient if the colour or the width of the edges could be customised to represent whether an edge is equally present in two experimental conditions or the degree to which it is enriched in one of them of an RNA-seq dataset. -- Dario

[Bioc-devel] Default Coverage Value

2017-07-27 Thread Dario Strbenac
verage(foo, bar, ..., NA.value=-1)?" - Tim Triche, Jr., January 2013. Might this plan be restored (with a default value of 0 for backwards compatibility)? ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

Re: [Bioc-devel] Generate valid SSH keys for the bioc-git server!

2017-08-21 Thread Dario Strbenac
Good day, I filled out the form on Thursday, but can't fetch the repository. $ git fetch upstream Permission denied (publickey). fatal: Could not read from remote repository. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Aust

Re: [Bioc-devel] git and public keys

2017-08-22 Thread Dario Strbenac
Good day, Is the private key in a location other than the default SSH key folders? If so, use the ssh-add command to have the SSH agent know about it. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

[Bioc-devel] SnpSet Creation Function Prototype Not Valid R Code

2017-08-23 Thread Dario Strbenac
ust pseudocode. Also, object creation using new is discouraged. Perhaps SnpSet could have a proper constructor, like ExpressionSet does? ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r

Re: [Bioc-devel] how to verify upstream git changes

2017-09-01 Thread Dario Strbenac
Good day, I like the idea of a commits log on the Bioconductor website. It was useful being able to see at a glance which packages have recently been changing. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

[Bioc-devel] ExperimentList Contructor Failing

2017-09-11 Thread Dario Strbenac
"3.2.3" "0.9-8" Repository rJava "https://cran.rstudio.com/src/contrib"; update with biocLite() Error: 1 package(s) out of date The same example works on another computer using Windows operating system. What's the issue wi

Re: [Bioc-devel] ExperimentList Contructor Failing

2017-09-12 Thread Dario Strbenac
Good day, Whatever the problem is, it's gone with R Under Development and all packages installed from the development branch of Bioconductor. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Aust

[Bioc-devel] MultiAssayExperiment Subsetting Fails if Column Data Has One Column

2017-09-12 Thread Dario Strbenac
classes) measurementsSet[1, 1, ] other attached packages: [1] S4Vectors_0.15.7BiocGenerics_0.23.1 MultiAssayExperiment_1.3.34 -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

[Bioc-devel] Fetuching Upstream Permission Denied

2017-10-11 Thread Dario Strbenac
io/SSHkeys/digiOcean Copying the private key to ~/.ssh/ does not help. How can I do it? ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.

Re: [Bioc-devel] EXTERNAL: Fetuching Upstream Permission Denied

2017-10-11 Thread Dario Strbenac
Good day, Yes, that's the end of the key digiOcean.pub. I also copied the private key to /tmp and re-generated the public key. The newly made public key is exactly the same as the one in ~/SSHkeys/ so the key pair matches. -- Dario Strbenac Universi

Re: [Bioc-devel] EXTERNAL: Fetuching Upstream Permission Denied

2017-10-11 Thread Dario Strbenac
Good day, Thanks for your help. In the end, export GIT_SSH_COMMAND='ssh -i ~/SSHkeys/digiOcean' did the trick. The write access is showing. R Wpackages/ClassifyR ------ Dario Strbenac University of Sydney Camperdown NSW 2050

Re: [Bioc-devel] Why should Bioconductor developers re-use core classes?

2017-10-17 Thread Dario Strbenac
class. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] ShortRead readFasta UniProt Incorrect Import

2017-10-17 Thread Dario Strbenac
a. I used version 1.34.2 of ShortRead which is the newest one. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Why should Bioconductor developers re-use core classes?

2017-10-18 Thread Dario Strbenac
Good day, It might be useful to readers to have a comparison table (ticks and crosses) in the MultiAssayExperiment vignette that compares the features available in it to those available in SummarizedExperiment, to allow quicker decision making. -- Dario

[Bioc-devel] Gviz Abandonware

2017-10-20 Thread Dario Strbenac
year? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Gviz Abandonware

2017-10-20 Thread Dario Strbenac
t have any effect or also be ignored? ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] how can I contribute to the success of great packages?

2017-10-20 Thread Dario Strbenac
nd. I simply wish to avoid that situation with genomic plotting. Indeed, I wouldn't be as cautious if I was considering csaw, for example, and noticed build system warnings close to the deadline. ------ Dario Strbenac University of Sydney Camperdown NSW 2050

Re: [Bioc-devel] Help with a Gviz-plot that differs on a Mac and on an Ubuntu machine

2017-10-22 Thread Dario Strbenac
s.html Perhaps making the line corresponding to the strand the gene is encoded on thicker than the other line might also be useful? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-proj

Re: [Bioc-devel] exonsBy dropping genes from TxDb

2017-10-28 Thread Dario Strbenac
se[7]> ?encode No documentation for ‘encode’ in specified packages and libraries Anyway, the transcript ID is also missing from txt. Browse[7]> grep("ENST0485971", txt) integer(0) It's hard to know what the obfuscated code of RCurl is doing.

[Bioc-devel] Pandoc on Build Computers

2017-11-14 Thread Dario Strbenac
earlier this week. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Emails to package maintainer bouncing back - what to do?

2017-11-19 Thread Dario Strbenac
Good day, Although the maintainer is unreachable, the original developer, Gábor Csárdi, is an active member of the R programming community. You should write to him. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

Re: [Bioc-devel] Question about external algorithms to Bioconductor package

2017-11-25 Thread Dario Strbenac
e, I don't think this preprocessing stage should happen in R which is a statistical programming language. Modularity is good. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel

[Bioc-devel] Numeric Operation on DataFrame

2018-01-15 Thread Dario Strbenac
3 dataTableS4 <- DataFrame(aFeature = 1:5, anotherFeature = 5:1) colMeans(dataTableS4) Error in colMeans(dataTableS4) : 'x' must be an array of at least two dimensions ------ Dario Strbenac University of Sydney Camperdown NS

Re: [Bioc-devel] BiocCheck - warning: files are over 5MB

2018-03-10 Thread Dario Strbenac
Good day, You could make use of the package named BSgenome.Celegans.UCSC.ce11. It contains the DNA sequences of all of the chromosomes of the roundworm and doesn't add any size to your package. -- Dario Strbenac University of Sydney Camperdown NSW

[Bioc-devel] mcols Function Not Found for Windows Build

2018-03-15 Thread Dario Strbenac
ere a way to make ClassifyR guard against this problem in Windows? I don't know how to begin solving this issue. ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org ma

[Bioc-devel] Unexpected Warning About Cross-Reference Without Package Specification

2018-05-10 Thread Dario Strbenac
form: x86_64-pc-linux-gnu (64-bit) * using session charset: UTF-8 -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] BiocInstaller: next generation

2018-05-11 Thread Dario Strbenac
) biocLite("GenomicAlignments") to install the GenomicAlignments package in a subsequent R session, for instance. This avoids repetitive sourcing of the biocLite script from the Bioconductor server. ------ Dario Strbenac University of Sydney Camperdow

Re: [Bioc-devel] Unexpected Warning About Cross-Reference Without Package Specification

2018-05-11 Thread Dario Strbenac
Good day, Indeed, it is in the Suggests component of the dependency specification. I didn't find any extra requirements for this case in the Cross-references section of Writing R Extensions, so I'm unsure of where to read about the rule. ------ Dari

Re: [Bioc-devel] Unexpected Warning About Cross-Reference Without Package Specification

2018-05-11 Thread Dario Strbenac
Good day, limma was installed using biocLite, so it would be built before R CMD check was run. I could summarise all of the relevant information and send to R-package-devel mailing list to check if it is a bug. -- Dario Strbenac University of Sydney

Re: [Bioc-devel] Unexpected Warning About Cross-Reference Without Package Specification

2018-05-11 Thread Dario Strbenac
Good day, I created a minimalist package that demonstrates the issue and it is attached to this letter. After using R CMD build, the subsequent R CMD check process emits one warning. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

Re: [Bioc-devel] Unexpected Warning About Cross-Reference Without Package Specification

2018-05-12 Thread Dario Strbenac
Good day, Thanks. I'll use the [limma] specifier to avoid the Warning from the build system. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list

[Bioc-devel] BiocParallel on Windows Never Ends

2018-06-12 Thread Dario Strbenac
ages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] BiocParallel_1.14.1 loaded via a namespace (and not attached): [1] compiler_3.5.0 snow_0.4-2 parallel_3.5.0 ------ Dario Strbenac University of Sydney Camper

Re: [Bioc-devel] BiocParallel on Windows Never Ends

2018-06-13 Thread Dario Strbenac
;C:/Program Files/R/R-3.5.0/library/BiocParallel" $master [1] "127.0.0.1" $port [1] 2559 > do.call(parallel::makeCluster, cargs) # Freezes. Should I ask the question on R-devel because it doesn't appear to be specific to Bioconductor ?

[Bioc-devel] Action for Uncompressed Data Warning

2018-06-16 Thread Dario Strbenac
asthma.RData715Kb484Kbbzip2 Should I ignore it or save it again with compression? The 231 Kb reduction in file size seems insignificant. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia

Re: [Bioc-devel] EXTERNAL: Fwd: PREDA problems reported in the Multiple platform build/check report for BioC 3.7

2018-08-06 Thread Dario Strbenac
Good day, Similar to you, I am awaiting the restoration of sparsediscrim which was removed on the same day as PREDA. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org

Re: [Bioc-devel] Windows error "UCSC library operation failed" in package karyoploteR

2018-09-30 Thread Dario Strbenac
Good day, The import of BigWig files does not work on Windows and is documented. Execute ?BigWigFile-class and notice in the Description section: "These functions do not work on Windows.". ------ Dario Strbenac University of Sydney Camperdown NSW 2050

Re: [Bioc-devel] Need update access agaisnt package 'banocc'

2018-10-20 Thread Dario Strbenac
stems. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] Cannot access remote upstream after changing the laptop

2018-11-21 Thread Dario Strbenac
Good day, You could also copy the private key from the old computer to the new computer, if you still can use the old computer. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r

[Bioc-devel] ClassifyR Check Error on Linux and MacOS Systems

2018-12-06 Thread Dario Strbenac
Good day, There is an error for ClassifyR on malbec1 and merida1 caused by a documentation example. However, it doesn't occur on tokay1. Can I get more information about which example is emitting the error on malbec1 server? -- Dario Strbenac Universi

Re: [Bioc-devel] ClassifyR Check Error on Linux and MacOS Systems

2018-12-17 Thread Dario Strbenac
observed on the build servers was not clear about what the problem was. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo

Re: [Bioc-devel] support the stable version of R

2019-01-16 Thread Dario Strbenac
rning: package needs dependence on R (>= 2.10) ------ Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] package named spdeq causes error

2019-02-21 Thread Dario Strbenac
Good day, I don't, but your software package imports agricolae which imports spdep. spdep is available from CRAN, so it's strange that the Bioconductor build server running Linux has not been able to install it. ------ Dario Strbenac University

Re: [Bioc-devel] Unable to install database package in devel version of Bioconductor 3.9

2019-02-24 Thread Dario Strbenac
Good day, You need to provide more information to get useful guidance. What version of R did you use? From the error message, it seems that it's less than 3.5.0 but it should be R Under Development. -- Dario Strbenac University of Sydney Camperdown NSW

[Bioc-devel] QuasR Overwrites Base Graphics Settings

2019-03-06 Thread Dario Strbenac
samtools") qQCReport(testFile) # Fails because figure margins too large plot(1:10) # Also fails because figure margins too large The value of par("mar") is different before and after using qQCReport. Can QuasR be changed so that it does not clobber the R session's graphics

[Bioc-devel] GitHub Pages Vignettes

2019-03-14 Thread Dario Strbenac
ments be made explicit? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] GAlignments Constructor Type Checking Error

2019-04-13 Thread Dario Strbenac
would increase readability if the constructor didn't run off the edge of the PDF page in the reference manual by using \preformatted. Also, I wonder why seqnames is automatically converted into a factor Rle, but strand isn't. Couldn't strand also use .asFactorRle? ---

Re: [Bioc-devel] how to achieve reproducibility with BiocParallel regardless of number of threads and OS (set.seed is disallowed)

2019-06-18 Thread Dario Strbenac
Good day, Should setting workers to 1 and RNGseed to a number result in a warning to the user that the seed will effectively be ignored? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc

Re: [Bioc-devel] patch old releases? e.g. RELEASE_3_8

2019-07-11 Thread Dario Strbenac
Good day, No; anything older than the release branch at present is not modifiable. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Bioc-devel] Bioconductor 3.10 is released!!

2019-10-30 Thread Dario Strbenac
Good day, In the development branch, all packages are only built on Linux. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [Bioc-devel] Whats the timeframe for Bioc Support updates and downtime?

2020-01-17 Thread Dario Strbenac
Good day, Could the forum have automatic saving of drafted text like some other forums? -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https

Re: [Bioc-devel] Use of SummerisedExperiments or MultiAssayExperiments of many many Dataframes/ nested List objects

2020-01-31 Thread Dario Strbenac
from Bioconductor package S4Vectors. It's better than a data.frame and won't flood your console with output. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mai

[Bioc-devel] BiocParallel Variable Not Found

2020-03-17 Thread Dario Strbenac
r does not happen on the Linux or MacOS operating systems. It happens using both R 3.6 and the upcoming version 4. The error can be reproduced running the examples of runTests function in ClassifyR. ------ Dario Strbenac University of Sydney Camperdown NSW 2050

Re: [Bioc-devel] BiocParallel Variable Not Found

2020-03-17 Thread Dario Strbenac
collected in the ellipsis, so the functional approach might still be the best in that case. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch

Re: [Bioc-devel] BiocParallel Variable Not Found

2020-03-17 Thread Dario Strbenac
triggers the error shown in Bioconductor's daily build. -- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] Installing Annotation Packages Matching a Pattern

2014-05-04 Thread Dario Strbenac
stallation guide simply advises "Visit the Workflows page and software package list to discover available packages." ------ Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc

Re: [Bioc-devel] Installing Annotation Packages Matching a Pattern

2014-05-04 Thread Dario Strbenac
Thanks for this code. I was interested in all of the BSgenome packages, so the results are sufficient for what we want on our group's server. ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] deprecating GenomeData and GenomeDataList

2014-05-08 Thread Dario Strbenac
We could simply remove the GDL2GRL function once the GenomeData and GenomeDataList are defunct. ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] Contradictory Clinical Data in curatedOvarianData

2014-05-20 Thread Dario Strbenac
th can also contain time to last follow-up, but then why isn't it the same as days_to_tumor_recurrence, for the first sample ? -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___

[Bioc-devel] edgeR estimateGLMRobustDisp Fails when Called From A Package

2014-06-25 Thread Dario Strbenac
difying the edgeR description file to have limma in the Imports field ? ------ Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] edgeR estimateGLMRobustDisp Fails when Called From A Package

2014-06-26 Thread Dario Strbenac
7;LargeDataObject', 'vector')" This is because of LargeDataObject from limma is not imported into edgeR. Can you add that one, too ? -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia

Re: [Bioc-devel] edgeR estimateGLMRobustDisp Fails when Called From A Package

2014-06-26 Thread Dario Strbenac
s: Name: .Data Class: list Extends: Class "list", from data part Class "LargeDataObject", directly Class "vector", by class "list", distance 2 That's why edgeR needs to know about that class. --

Re: [Bioc-devel] edgeR estimateGLMRobustDisp Fails when Called From A Package

2014-06-27 Thread Dario Strbenac
ir dependencies, and consequently will not find their dependencies unless hacked. >From my introductory reading, it seems to be that Imports is preferred over >Depends. ------ Dario Strbenac PhD Student University of Sydney Cam

[Bioc-devel] GOHyperGParams Minimum Size

2014-07-10 Thread Dario Strbenac
tly. -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

[Bioc-devel] DESeqDataSetFromMatrix Changes Column Names

2014-08-24 Thread Dario Strbenac
ames differ between assayData and phenoData invalid class “ExpressionSet” object: 2: sampleNames differ between phenoData and protocolData -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___

Re: [Bioc-devel] DESeqDataSetFromMatrix Changes Column Names

2014-08-25 Thread Dario Strbenac
I am using the latest release version. I understand your recommendation about colData and will use it. -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r

[Bioc-devel] Documentation Link to S4 Class from Package in Suggests Field

2014-09-22 Thread Dario Strbenac
und a previous question that remains unanswered. https://stat.ethz.ch/pipermail/bioc-devel/2007-March/001001.html -- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-projec

[Bioc-devel] Installing Development Version of Repitools

2014-09-30 Thread Dario Strbenac
needs to be changed ? ------ Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

  1   2   >