Log In
Sign Up
about
faq
Ask a question
Latest
News
Jobs
Tutorials
Tags
Users
New Post
Latest
News
Jobs
Tutorials
Tags
Users
Log In
Sign Up
About
Limit
all time
today
this week
this month
this year
Unanswered
All posts
Sort
Update
Answers
Bookmarks
Creation
Replies
Rank
Views
Votes
Showing :
hopach
•
reset
0
votes
0
replies
837
views
Hopach: distancematrix and distancevector do not return identical results
documentation
bug
hopach
euclidean
distance
3.7 years ago
txema.heredia
• 0
1
vote
5
replies
6.4k
views
HOPACH error: "negative length vectors are not allowed" in distancematrix(). Matrix too large?
hopach
updated 10.5 years ago by
kpollard
▴ 110 • written 10.6 years ago by
ejliaw
• 0
0
votes
3
replies
1.5k
views
hopach generates a wrong output
hopach
10.8 years ago
Alogmail2@aol.com
▴ 90
0
votes
0
replies
1.7k
views
displaying clustering results in TreeView or MapleTree
Microarray
Clustering
Kidney
Ovarian
probe
hopach
Microarray
Clustering
Kidney
Ovarian
13.8 years ago
Mark Baumeister
▴ 40
0
votes
1
reply
1.7k
views
CRAN packages maintained by you
hexbin
gpls
RBGL
impute
Icens
hopach
maanova
RLMM
CORREP
cycle
hexbin
gpls
RBGL
Icens
updated 14.0 years ago by
Nicholas Lewin-Koh
▴ 430 • written 14.0 years ago by
Kurt Hornik
▴ 10
0
votes
13
replies
3.1k
views
Bioconductor Digest, Vol 87, Issue 10
Clustering
hopach
Clustering
hopach
updated 15.4 years ago by
Richard Pearson
▴ 160 • written 15.5 years ago by
avinash gupta
▴ 130
0
votes
0
replies
1.3k
views
Problem with Hopach: "Error in dmat[ord, ]"
drosophila2
hopach
drosophila2
hopach
16.1 years ago
Samuel GRANJEAUD - IR/ICIM
▴ 60
0
votes
0
replies
1.2k
views
Problem with Hopach: "Error in dmat[ord, ]"
drosophila2
hopach
drosophila2
hopach
16.3 years ago
Paolo Innocenti
▴ 320
0
votes
2
replies
1.6k
views
Problem with Hopach: "Error in dmat[ord, ]"
drosophila2
hopach
drosophila2
hopach
updated 16.4 years ago by
Vincent J. Carey, Jr.
6.7k • written 16.4 years ago by
Paolo Innocenti
▴ 320
0
votes
0
replies
1.0k
views
Hopach cluster quality metrics
hopach
hopach
17.0 years ago
Khan, Anar
▴ 30
0
votes
0
replies
1.1k
views
HOPACH and .cdt which doesn't work with javatreeview
Clustering
hopach
Clustering
hopach
17.1 years ago
Sébastien Tourlet
▴ 20
0
votes
1
reply
1.4k
views
HOPACH clustering of genes
Clustering
hopach
Clustering
hopach
updated 17.3 years ago by
Shannon, William
▴ 20 • written 17.3 years ago by
Nathan Harmston
▴ 100
0
votes
0
replies
964
views
Why makeoutput() function is not included in hopach 1.4.3 version
Microarray
Clustering
hopach
Microarray
Clustering
hopach
17.4 years ago
Suprabhath Reddy
▴ 10
0
votes
1
reply
1.2k
views
How to extract Hopach MSS value
Clustering
hopach
Clustering
hopach
updated 17.7 years ago by
Vincent J. Carey, Jr.
6.7k • written 17.7 years ago by
Prateek Singh
▴ 20
0
votes
1
reply
3.2k
views
ReadAffy can not find function read.AnnotatedDataFrame
Biobase
genefilter
affydata
limma
simpleaffy
hopach
affyio
Biobase
genefilter
affydata
updated 18.9 years ago by
James W. MacDonald
68k • written 18.9 years ago by
Georg Otto
▴ 510
0
votes
0
replies
1.1k
views
hopach and heatmap
Clustering
hopach
Clustering
hopach
19.4 years ago
Ivan Baxter
▴ 60
0
votes
0
replies
1.1k
views
About Hopach package
hopach
hopach
20.1 years ago
kpollard
▴ 110
0
votes
0
replies
1.0k
views
About Hopach package
Clustering
hopach
Clustering
hopach
20.2 years ago
z3076426@student.unsw.edu.au
▴ 10
0
votes
0
replies
1.2k
views
How to use distance functions from hopach package in a heatmap?
hopach
hopach
20.3 years ago
kpollard
▴ 110
0
votes
1
reply
1.2k
views
R terminated when i try HOPACH in a loop,why?
hopach
hopach
updated 20.5 years ago by
Seth Falcon
★ 7.4k • written 20.5 years ago by
Xiao Shi
▴ 90
0
votes
0
replies
1.1k
views
(no subject)
hopach
hopach
20.6 years ago
kpollard
▴ 110
0
votes
0
replies
1.1k
views
[BioC}: export Hopoah to treeview
hopach
hopach
20.6 years ago
Anthony Bosco
▴ 500
22 results • Page
1 of 1
Recent ...
Replies
Comment: Interpretation of output of AffyRNAdeg and hist commands
by
debasainalsa
• 0
When working with AffyRNAdeg output it helps to think of the table like browsing a HEYTEA Menu each row shows a feature of your slides and …
Comment: DESeq2 for candidate gene analysis
by
piffelpaff
▴ 20
thank you so much for answering Dr. Love!
Answer: DESeq2 for candidate gene analysis
by
Michael Love
43k
Your plan 1 is reasonable. Run DESeq2 on the whole dataset to obtain size factors and moderated dispersion estimates and then extract the u…
Comment: Best practice for handling large data (matrix with >2^31-1 non-zero elements) in
by
James W. MacDonald
68k
Oh. ``` > z <- read10xCounts(c(tmpdir, tmpdir), mtx.class = "SVT_SparseMatrix", delayed = TRUE) > class(counts(z)) [1] "DelayedMatrix" att…
Comment: Best practice for handling large data (matrix with >2^31-1 non-zero elements) in
by
James W. MacDonald
68k
That's weird. Using the example data works for me. ``` > example(read10xCounts) rd10xC> # Mocking up some 10X genomics output. rd10xC> ex…
Votes
Answer: DESeq2 for candidate gene analysis
DESeq2 for candidate gene analysis
Answer: DESeq2 for candidate gene analysis
DESeq2 for candidate gene analysis
Join BOC Sciences at Drug Discovery Chemistry
Awards
• All
Popular Question
to
Hervé Pagès
16k
Popular Question
to
jf1
• 0
Popular Question
to
Gordon Smyth
53k
Popular Question
to
dan.gatti
• 0
Popular Question
to
shepherl
4.2k
Locations
• All
Pakistan,
23 minutes ago
The city by the bay,
49 minutes ago
Poland,
55 minutes ago
WEHI, Melbourne, Australia,
1 hour ago
United States,
2 hours ago
Traffic: 779 users visited in the last hour
Content
Search
Users
Tags
Badges
Help
About
FAQ
Access
RSS
API
Stats
Use of this site constitutes acceptance of our
User Agreement and Privacy Policy
.
Powered by the
version 2.3.6