Hello everybody,
I ran the cuffdiff analysis on 8 samples and I ran the csCluster command in cummeRbund in order to clusterize genes in my samples.
I would like to clusterize genes considering only a subset of my samples (ex. only four samples). Is there the possibility to select the samples for which I want to clusterize the genes?
thanks
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Please tell me how you have managed to do. I need to make heatmap with -1 0 +1 range (not the log 10 RPKM value).
Can you reply please.
Thank you
Originally posted by Galgarad View PostNo, I didn't.
However, I figured a way to do it in R, without cummeRbund. It is not elegant, but it works well! Let me know if you want to see it.
Leave a comment:
-
No, I didn't.
However, I figured a way to do it in R, without cummeRbund. It is not elegant, but it works well! Let me know if you want to see it.
Leave a comment:
-
did you get the answer?
Originally posted by Galgarad View PostHi guys,
I'm playing around with cummeRbund, and I have some questions I would like to ask you.
First, I would like to cluster a subset of genes and to plot them in a heatmap. I found on this forum how to create a list of genes, and how to draw a heatmap.
> myIDs<-read.table("text.txt")
> myIDs<-as.vector(myIDs$V1)
> myGenes<-getGenes(cuff,myIDs)
> h<-csHeatmap(myGenes,cluster='both')
> h
Now that gives a heatmap with the genes I want, but I somehow think that the clustering is not adequate. I tried to do the partitioning thing like so :
> ic<-csCluster(myGenes,k=4)
And then, I figured I could only draw a heatmap with the output of csCluster
> hic<-csHeatmap(ic)
And of course it doesn't work.
Do you guys know how I could plot a heatmap from the csCluster?
Thanks!
Leave a comment:
-
cummeRbund partitioning and heatmap
Hi guys,
I'm playing around with cummeRbund, and I have some questions I would like to ask you.
First, I would like to cluster a subset of genes and to plot them in a heatmap. I found on this forum how to create a list of genes, and how to draw a heatmap.
> myIDs<-read.table("text.txt")
> myIDs<-as.vector(myIDs$V1)
> myGenes<-getGenes(cuff,myIDs)
> h<-csHeatmap(myGenes,cluster='both')
> h
Now that gives a heatmap with the genes I want, but I somehow think that the clustering is not adequate. I tried to do the partitioning thing like so :
> ic<-csCluster(myGenes,k=4)
And then, I figured I could only draw a heatmap with the output of csCluster
> hic<-csHeatmap(ic)
And of course it doesn't work.
Do you guys know how I could plot a heatmap from the csCluster?
Thanks!Tags: None
Latest Articles
Collapse
-
by seqadmin
Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...-
Channel: Articles
09-23-2024, 06:35 AM -
-
by seqadmin
During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.
Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...-
Channel: Articles
09-09-2024, 10:59 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 04:51 AM
|
0 responses
8 views
0 likes
|
Last Post
by seqadmin
Yesterday, 04:51 AM
|
||
Started by seqadmin, 10-01-2024, 07:10 AM
|
0 responses
13 views
0 likes
|
Last Post
by seqadmin
10-01-2024, 07:10 AM
|
||
Started by seqadmin, 09-30-2024, 08:33 AM
|
0 responses
18 views
0 likes
|
Last Post
by seqadmin
09-30-2024, 08:33 AM
|
||
Started by seqadmin, 09-26-2024, 12:57 PM
|
0 responses
16 views
0 likes
|
Last Post
by seqadmin
09-26-2024, 12:57 PM
|
Leave a comment: