User: Philip Lijnzaad
Philip Lijnzaad • 160
- Reputation:
- 160
- Status:
- Trusted
- Location:
- European Union
- Last seen:
- 7 months ago
- Joined:
- 12 years ago
- Email:
- p********@gmail.com
Posts by Philip Lijnzaad
<prev
• 30 results •
page 1 of 3 •
next >
0
votes
0
answers
152
views
0
answers
... I see that the biostars.org website has the same behaviour. So it is part of the original code base, which I suppose it is less easily fixed? Still, an unfortunate design decision to be able to search only the content of posts but not the titles. ...
written 7 months ago by
Philip Lijnzaad • 160
0
votes
0
answers
152
views
0
answers
... Not sure this is the right place to ask, but right now the search box at the top of this very page does not work for words occurring in the titles of posts. To see what I mean, try searching for **ronaldfisher** which I deliberately included in the title of this post. It is reasonable to expect thi ...
written 7 months ago by
Philip Lijnzaad • 160
0
votes
0
answers
100
views
0
answers
... Dear all,
the `demultiplex` function in the very nice `DNABarcodes` package (Tilo Buschmann) returns a `data.frame` with, per read, the original read (including the original barcode); the decyphered (i.e. error-corrected) barcode, and the total edit distance between original barcode and error-corr ...
written 7 months ago by
Philip Lijnzaad • 160
0
votes
0
answers
85
views
0
answers
... I'm a happy user of the DNABarcodes package by Tilo Buschmann. I came across the paper by Hawkins, John A., Stephen K. Jones, Ilya J. Finkelstein, and William H. Press. 2018. “Indel-Correcting DNA Barcodes for High-Throughput Sequencing.” Proceedings of the National Academy of Sciences 115 (27): E62 ...
written 7 months ago by
Philip Lijnzaad • 160
1
vote
1
answer
943
views
1
answers
... grmpf, you are right, thank you! (would have been nice if one were warned with an 'unused argument' here ... ). It turns out that I had another mistake (made by trying out all the possible combinations of possibilities), it must be annot = annFUN.org, rather than annot = annFUN.db.
It would be nic ...
written 3.0 years ago by
Philip Lijnzaad • 160
2
votes
1
answer
943
views
1
answer
... What am I doing wrong here? I scoured the (incomplete and confusing) documentation, but I get stuck at the 'new' function/method (which is not documented), which says
Building most specific GOs .....
Error in .local(.Object, ...) :
argument "annotationFun" is missing, with no default
Yet I am c ...
written 3.0 years ago by
Philip Lijnzaad • 160
• updated
3.0 years ago by
James W. MacDonald ♦ 52k
0
votes
1
answer
549
views
1
answers
... brilliant, thanks!
...
written 3.0 years ago by
Philip Lijnzaad • 160
0
votes
1
answer
549
views
1
answer
... Given the following:
library(biomaRt)
mart <- useMart("ensembl")
list <- listDatasets(m)
dataset.name <- list[ grep("sapiens",list$dataset, ignore.case=TRUE), 'dataset' ]
list clearly shows a data.frame containing character strings, is.character( dataset.name) is TRUE, dataset.name == " ...
written 3.0 years ago by
Philip Lijnzaad • 160
0
votes
1
answer
713
views
1
answers
... You are right, I missed that, silly.
I maintain though that it is wrong to have "start" sometimes mean "leftmost coordinate regardless of strand", and sometimes "5'-coordinate", even for objects that have a strand ... it confuses the hell out of biologists who occasionally use these data types. Wo ...
written 3.3 years ago by
Philip Lijnzaad • 160
0
votes
1
answer
713
views
1
answers
... Thanks for your quick answer
> We can do that with resize(gr, 1)
That is cool and very concise, but nearly everywhere in the documentation "start" means: leftmost coordinate, not 5'-coordinate of the feature at hand. E.g.
start(GRanges(IRanges(start=10, end=20), strand='-', seqnames="x"))
yi ...
written 3.3 years ago by
Philip Lijnzaad • 160
Latest awards to Philip Lijnzaad
Popular Question
3.0 years ago,
created a question with more than 1,000 views.
For Gviz issue: crashing when AnnotationTrack( ... , just.group="above")
Popular Question
3.0 years ago,
created a question with more than 1,000 views.
For Gviz issue: crashing when AnnotationTrack( ... , just.group="above")
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 197 users visited in the last hour