User: Jeremy Ng
Jeremy Ng • 180
- Reputation:
- 180
- Status:
- Trusted
- Location:
- Singapore
- Last seen:
- 4 years, 6 months ago
- Joined:
- 7 years, 3 months ago
- Email:
- j***************@gmail.com
Posts by Jeremy Ng
<prev
• 18 results •
page 1 of 2 •
next >
1
vote
1
answer
633
views
1
answers
... A very quick workaround is to simply subset on the BiomartGeneRegionTrack
to contain feature information only on the specific transcript of interest
prior to plotting. This can be done by modifying the data directly as such:
biomTrack_hmgcr@range = biomTrack_hmgcr@range[biomTrack_hmgcr@range
$trans ...
written 2.5 years ago by
Jeremy Ng • 180
1
vote
2
answers
618
views
2
answers
... Does this work?
all_genes[!all_genes$GeneID%in%Genelist,]
Jeremy
On Wed, Jul 8, 2015 at 11:48 PM, ChIP-Tease [bioc] <noreply@bioconductor.org> wrote:
> Activity on a post you are following on support.bioconductor.org
>
> User ChIP-Tease <https: support.bioconductor.org="" u="" ...
written 4.4 years ago by
Jeremy Ng • 180
1
vote
1
answer
1.6k
views
1
answers
... Hi Anita,
The ordering on the x-axis in ggplot is usually done alphabetically. There
are two ways which can be used to do this:
(1) You need to re-order the factors in the data.frame. This is done as
such:
d.f2$Sample <-
factor(d.f2$Sample,levels=c("WT-A6","WT-WT7","Re-WT2","Re-A1","Re-A3","Re- ...
written 4.5 years ago by
Jeremy Ng • 180
0
votes
1
answer
2.4k
views
1
answers
... Hi James,
Thanks! that did the trick; turned out some of my Bioconductor packages
were out of date ...
Rgds,
Jeremy
On Fri, May 22, 2015 at 11:06 PM, James W. MacDonald [bioc] <
noreply@bioconductor.org> wrote:
> Activity on a post you are following on support.bioconductor.org
>
> ...
written 4.6 years ago by
Jeremy Ng • 180
0
votes
1
answer
2.4k
views
1
answer
... Hi everyone,
I was trying to load BiocInstaller in order to install additional packages during my analysis, but this error message keeps returning:
library(BiocInstaller)
Error in unloadNamespace(package) :
namespace 'BiocInstaller' is imported by 'affy', 'oligoClasses' so cannot be unloaded
Er ...
written 4.6 years ago by
Jeremy Ng • 180
• updated
4.6 years ago by
James W. MacDonald ♦ 52k
0
votes
2
answers
1.2k
views
2
answers
... Hi Steve, Michael and Malcolm,
Thanks very much for your suggestions.
I'd need to think about how to deal with these overlapping signals as
well
before I give Steve's suggestion a go!
Thanks again for your kind advice and guidance!
Jeremy
On Sat, Mar 22, 2014 at 6:02 AM, Michael Lawrence
wrote ...
written 5.7 years ago by
Jeremy Ng • 180
0
votes
2
answers
1.2k
views
2
answers
... Hi there,
I'm relatively new to the GRanges class of objects, and have some
questions; and hopefully, I'd be able to better understand what's
going on
here.
I have 2 Granges objects, which are data from GEO. I want to find
where the
overlap, and then after that, the signals from each set. Here's w ...
written 5.7 years ago by
Jeremy Ng • 180
• updated
5.7 years ago by
Michael Lawrence ♦ 11k
0
votes
1
answer
3.4k
views
1
answers
Comment:
C: limma-voom
... Hi,
Just wanted to add in a little more on the "normal" adjacent samples
that
TCGA uses.
I work with breast cancer samples, and it has appeared that some(if
not
many) of these "normal" adjacent samples are really similar to the
tumour
themselves. This has been reported earlier (see
http://cancerre ...
written 5.8 years ago by
Jeremy Ng • 180
0
votes
1
answer
1.6k
views
1
answers
... hi there,
what you need is the huex10sttranscriptcluster.db for the HuEx 1.0
arrays.
I'm not sure if James had made it available for download from the BioC
site
yet.
Prior what I did was to use BiomaRt to fetch the probe ID, then look
used
the Affymetrix supplied annotation files (which I got fro ...
written 5.9 years ago by
Jeremy Ng • 180
0
votes
1
answer
1.6k
views
1
answers
... Hi,
Try biocLite("pasilla") instead of install.packages() ? It worked for
me.
J
On Thu, Dec 19, 2013 at 12:21 PM, liyue [guest]
wrote:
>
> Hi,
>
> I try to install pasilla.
>
> > biocinstallRepos()
> > install.packages("pasilla")
> package âpasillaâ is not avai ...
written 6.0 years ago by
Jeremy Ng • 180
Latest awards to Jeremy Ng
Popular Question
4.5 years ago,
created a question with more than 1,000 views.
For Loading BiocInstaller fails when affy is loaded
Popular Question
4.5 years ago,
created a question with more than 1,000 views.
For Loading BiocInstaller fails when affy is loaded
Scholar
4.5 years ago,
created an answer that has been accepted.
For A: Delete all rows which contain a GeneID from a list with several GeneIDs
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 16.09
Traffic: 283 users visited in the last hour