User: jessica.hekman
jessica.hekman • 40
- Reputation:
- 40
- Status:
- New User
- Location:
- United States
- Last seen:
- 4 years, 2 months ago
- Joined:
- 5 years, 1 month ago
- Email:
- j*************@gmail.com
Posts by jessica.hekman
<prev
• 60 results •
page 1 of 6 •
next >
0
votes
3
answers
1.1k
views
3
answers
... Amazing that it took me this long to get back to this! (In the meantime I went to Siberia, passed my prelims, presented my research twice. and helped submit an NSF proposal... All of which prevented me from getting to my own research.)
Anyways: It works! Thanks again to Leo and Rafa for your suppor ...
written 4.3 years ago by
jessica.hekman • 40
0
votes
1
answer
973
views
1
answers
Comment:
C: sqliteSendQuery in AnnotationDbi
... Ah, thank you! Yes, I'll go change that now.
...
written 4.5 years ago by
jessica.hekman • 40
0
votes
1
answer
973
views
1
answers
... The solution was:
library("AnnotationDbi")
library("biomaRt")
library("GenomicFeatures")
dogTxDb <- makeTxDbFromBiomart(biomart="ensembl",
dataset="cfamiliaris_gene_ensembl",
transcript_ids=NULL,
circ_s ...
written 4.5 years ago by
jessica.hekman • 40
0
votes
1
answer
973
views
1
answers
Comment:
C: sqliteSendQuery in AnnotationDbi
... Thanks James!
Martin: yeah, I do intend to create a dog transcripts package at some point, but first I just wanted to make sure everything worked as expected. (I will also admit that I'm nervous about sharing a package with others as I'm still pretty new to Bioconductor, but I suppose I need to suc ...
written 4.5 years ago by
jessica.hekman • 40
0
votes
1
answer
973
views
1
answers
Comment:
C: sqliteSendQuery in AnnotationDbi
... Sorry -- dogTxEnsembl.rda contains dogTx which was built like so:
dogTx <- makeTranscriptDbFromBiomart(biomart="ensembl",
dataset="cfamiliaris_gene_ensembl",
transcript_ids=NULL,
circ_seqs=DEFAULT ...
written 4.5 years ago by
jessica.hekman • 40
1
vote
1
answer
973
views
1
answer
... HI all. I am trying to run derfinder, but am running into a problem with its calls to AnnotationDbi. I seem to have isolated the problem like so:
> library ("AnnotationDbi")
> load("dogTxEnsembl.Rda")
> class(dogTx)
[1] "GenomicFeatures"
> organism(dogTx)
Error in sqliteSendQuery(con, ...
written 4.5 years ago by
jessica.hekman • 40
0
votes
1
answer
1.2k
views
1
answers
... Loopback, not lookback.
...
written 4.7 years ago by
jessica.hekman • 40
0
votes
1
answer
1.2k
views
1
answers
... OK! I contacted my sysadmin for help in finding an appropriate port to use with R_PARALLEL_PORT, and he said "oh, looks like loopback is blocked -- I opened it back up, see if things work now." And now they do.
So the answer is: check loopback and make sure it's open.
Thanks to both of you for all ...
written 4.7 years ago by
jessica.hekman • 40
0
votes
1
answer
1.2k
views
1
answers
... That's so helpful, thanks! I'm going to be out of the country for a week starting today, but when I get back I'll sit down and try to figure this out. I'll post whatever I find here (hopefully an answer about what ports to open, for the benefit of future answer seekers).
...
written 4.7 years ago by
jessica.hekman • 40
0
votes
1
answer
1.2k
views
1
answers
... I just installed 3.2: R version 3.2.0 alpha (2015-03-26 r68103). In a new session with nothing loaded:
> x <- parallel::mclapply(1:10, sqrt)
> cl <- parallel::makeCluster(2, "PSOCK")
Again parallel:makeCluster() hung and I had to exit with ^C. I conclude that 3.2 vs 3.3 isn't the ...
written 4.7 years ago by
jessica.hekman • 40
Latest awards to jessica.hekman
Popular Question
4.2 years ago,
created a question with more than 1,000 views.
For derfinder: analyzeChr() breaks on chromosomes > 22
Supporter
4.2 years ago,
voted at least 25 times.
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 297 users visited in the last hour