The support.bioconductor.org editor has been updated to markdown! Please see more info at: Tutorial: Updated Support Site Editor
User: balin
balin • 0
- Reputation:
- 0
- Status:
- New User
- Last seen:
- 3 months ago
- Joined:
- 9 months ago
- Email:
- n*******@graumannschaft.org
Profile information, website and location are not shown for new users.
This helps us discourage the inappropriate use of our site.
Posts by balin
<prev
• 9 results •
page 1 of 1 •
next >
0
votes
1
answer
115
views
1
answers
... Here's my experimentation (modified from ?UniProt.ws::UniProt.ws):
library(UniProt.ws)
system.time(up <- UniProt.ws(taxId=9606))
user system elapsed
0.278 0.057 47.151
... this is insanely long.
Additionally (also from the main example):
res <- select(up,
keys = c("226 ...
written 3 months ago by
balin • 0
1
vote
1
answer
115
views
1
answer
... The current UnipProt.ws appears disfunctional in my hands. When running through the example of UniProt.ws::UniProt.ws connecting to the db is excruciatingly slow and the final exemplary lookup fails.
My own use case also does not work.
Is the package functioning for anybody? Is it abandoned? Are t ...
written 3 months ago by
balin • 0
• updated
3 months ago by
James W. MacDonald ♦ 49k
0
votes
1
answer
337
views
1
answers
... On Wed, 2018-05-16 at 13:22 +0000, Martin Morgan [bioc] wrote:
> Activity on a post you are following on support.bioconductor.org
> User Martin Morgan wrote Comment: R 3.5.0/Bioconductor version 3.6:
> OS-dependent behavior divergence for list concatenation of
> SummarizedExperiment:
> ...
written 9 months ago by
balin • 0
0
votes
1
answer
337
views
1
answers
... I don't ... loads without a hitch.
...
written 9 months ago by
balin • 0
0
votes
1
answer
337
views
1
answers
...
> BiocInstaller::biocLite('BiocUpgrade')
Error: Bioconductor version 3.6 cannot be upgraded with R version 3.5.0
...
written 9 months ago by
balin • 0
0
votes
1
answer
337
views
1
answers
...
> BiocInstaller::biocValid()
[1] TRUE
...
written 9 months ago by
balin • 0
0
votes
1
answer
337
views
1
answers
... @Martin Morgan
1) I have not down anything out of the ordinary (other than maintaining my dev environment in switchr) - is switchr known to generate this kind of R/bioc mismatch?
2) isn't it strange that the apparently mismatched R/bioc combination does the concatenation just fine, but your matche ...
written 9 months ago by
balin • 0
0
votes
1
answer
337
views
1
answers
... Weirder by the minute ... here's my (again error free) reproduction including sessionInfo() ...
I note a difference in SummarizedExperiment version (above 1.10., me 1.8), which BiocInstaller::biocLite(checkBuild=T) does not change ... where does that difference come from?
> nrows <- 200; ncols ...
written 9 months ago by
balin • 0
0
votes
1
answer
337
views
1
answer
... Consider the following code:
nrows <- 200; ncols <- 6
counts <- matrix(runif(nrows * ncols, 1, 1e4), nrows)
rowRanges <- GenomicRanges::GRanges(rep(c("chr1", "chr2"), c(50, 150)),
IRanges::IRanges(floor(runif(200, 1e5, 1e6)), width=100),
strand=sample(c("+", ...
written 9 months ago by
balin • 0
• updated
9 months ago by
James W. MacDonald ♦ 49k
Latest awards to balin
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 210 users visited in the last hour