User: huerqiang
huerqiang • 30
- Reputation:
- 30
- Status:
- New User
- Location:
- China/Guang zhou/Southern medical university
- Last seen:
- 3 months, 2 weeks ago
- Joined:
- 4 months ago
- Email:
- 7********@qq.com
Posts by huerqiang
<prev
• 2 results •
page 1 of 1 •
next >
1
vote
1
answer
231
views
1
answers
... That's because the compareClusterResult slot of the compareCluster result will have a column of "ID", and the columns of "group1" and "expGrp"( in the input file). If there is an "ID" column in your input file, there will be a conflict.
> res@compareClusterResult[1:5, 1:5]
Clu ...
written 4 months ago by
huerqiang • 30
2
votes
1
answer
231
views
1
answers
... This is because there is an "ID" column in your data. Just change the column name.
df <- read_tsv("deg_compareClust.tsv")
colnames(df)[3] <- "group1"
res <- compareCluster(ENTREZID~group1+expGrp, data = df, fun = "enrichPathway")
dotplot(res)
...
written 4 months ago by
huerqiang • 30
Latest awards to huerqiang
Scholar
4 months ago,
created an answer that has been accepted.
For A: clusterprofiler: Unable to plot results of compareCluster
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 967 users visited in the last hour