Displaying 20 results from an estimated 1000 matches similar to: "Venn diagram"
2017 Sep 28
1
one brick one volume process dies?
On 13/09/17 20:47, Ben Werthmann wrote:
> These symptoms appear to be the same as I've recorded in
> this post:
>
> http://lists.gluster.org/pipermail/gluster-users/2017-September/032435.html
>
> On Wed, Sep 13, 2017 at 7:01 AM, Atin Mukherjee
> <atin.mukherjee83 at gmail.com
> <mailto:atin.mukherjee83 at gmail.com>> wrote:
>
> Additionally the
2017 Aug 01
4
connection to 10.5.6.32:49155 failed (Connection refused); disconnecting socket
how critical is above?
I get plenty of these on all three peers.
hi guys
I've recently upgraded from 3.8 to 3.10 and I'm seeing weird
behavior.
I see: $gluster vol status $_vol detail; takes long timeand
mostly times out.
I do:
$ gluster vol heal $_vol info
and I see:
Brick
10.5.6.32:/__.aLocalStorages/0/0-GLUSTERs/0GLUSTER-CYTO-DATA
Status: Transport endpoint is not connected
Number
2017 Aug 02
0
connection to 10.5.6.32:49155 failed (Connection refused); disconnecting socket
This means shd client is not able to establish the connection with the
brick on port 49155. Now this could happen if glusterd has ended up
providing a stale port back which is not what brick is listening to. If you
had killed any brick process using sigkill signal instead of sigterm this
is expected as portmap_signout is not received by glusterd in the former
case and the old portmap entry is
2013 Jan 03
1
two lines in axis title combined with 'substitute' command
Hello,
I want to have the x-axis title of my plot in 2 lines, centered:
experiment 1:
log2(Ratio H/L)
I know that in principle that works with '\n'. However, I am also using the 'substitute' command for my axis title. However, it does not make a new line.
What I have so far:
logbase <- 2
test <- "bait"
cellline <- "cellline"
plot(
2010 Oct 20
3
Plot creates a straigth line
Hello all, I am using 'plot' to create standard curves for elisa data. when I
use 'plot' with type='b' i get the points connected with lines and one
straigth line from the lowest datapoint to the highest data point. how can i
avoid/remove it from the figure. i am using R2.9.1, below is the example of
the data.
od<-c(10, 8, 6,4,2,1, 10.5,7.8,6.4,3.8,2.1,0.95)
2004 May 27
1
automating aov function
I am running the aov function to determine the linear relationship between
individual genes and a number of covariates in a micro-array data set. My
aov function is working, but I have not been able to write a code to save
these results in a matrix. I am using the following code or a slight
variation of this code:
for(i in 1(length(m[1,])-20)
{tmp<- aov(m[,i]~treat, data=m)
2013 Jan 27
3
Package: VennDiagram. Error in draw.pairwise.venn Impossible: cross section area too large
Dear list,
When I use VennDiagram package, I got a error as follow:
venn.plot <- draw.pairwise.venn(
area1 = 3186,
area2 = 325,
cross.area = 5880);
Error in draw.pairwise.venn(area1 = 3186, area2 = 325, cross.area = 588) :
Impossible: cross section area too large.
Does anyone have suggestion?
Thank you.
2006 Sep 26
2
venn diagram with more than three vectors
Hi,
I am using venn diagram function in AMDA to plot the venn diagram. But it seems in this function, it can only plot 3 or less vectors. Is there a way to plot the venn diagram with more than 3 vectors?
Please help.
Thanks.
Z
---------------------------------
[[alternative HTML version deleted]]
2011 May 07
1
venn diagramm
Dear all,
I have a set of five datasets with string, for which I need to draw the venn
diagram. there are tools available to draw venn diagram online, but limited
to three sets. I can also generate venn for three from limma package, but do
not know how to proceed with five subsets.
Help me in drawing the same any script .
Thank you
Khush
[[alternative HTML version deleted]]
2010 May 19
1
colored venn diagram
Hi list,
This is probably too much to ask, but I'm wondering if there is a ready-to-use function somewhere that allows me to color one area of a venn diagram (e.g. the intersection of two sets)?
Thanks!
...Tao
2011 Jul 13
1
venn diagram in percentage
Hi,
I am a beginner with "R" and found a package "venn" to create a venn
diagram. I tried this “venn” function to generate venn diagram, but i need
*Percentage values* instead of counts(frequency) in the oval(circles) of
Venn diagram. Output :
http://r.789695.n4.nabble.com/file/n3664380/output.docx output.docx
I have written have the code as below :
# venn diagram for more
2009 Aug 03
2
combine venn diagram and pie chart
Hi R users,
I am wondering if it there is any R's function helping integrate venn
diagram and pie chart to compare two related datasets.
I know the package limma(bioconductor) has something built-in for making
venn diagram, but I guess it would be very painful to use line and text to
specify the proportions in the fashion of pie chart .
Thanks in advance,
Kevin Chang
--
View this
2012 Feb 28
2
from data.frame to Venn diagram
Hello All,
I have a data.frame with this structure:
m <- matrix(sample(c(rep('yes', 10, replace = TRUE), rep('no', 10,
replace = TRUE), NA), 500, replace = TRUE), nrow = 100, ncol = 5)
colnames(m) <- colnames(m, do.NULL = FALSE, prefix = "col")
m <- as.data.frame(m)
I need to generate a Venn diagram from this data.frame, displaying the
various intersections of
2011 Nov 11
1
proportional area venn diagrams?
In http://finzi.psych.upenn.edu/R/Rhelp02a/archive/14637.html
some rudimentary R functions were given for drawing
proportional area venn diagrams with area of each intersection ~ the
count in a 2 x 2 x 2 table.
I'm interested in this, for another application: showing the
correlations among Y, X1, X2 using
area ~ r^2 of each pair (sometimes called a Ballantine diagram).
Before I attempt
2011 Mar 09
3
Venn Diagram corresponding to size in R
I was wondering if anyone could help me figure out how to make a Venn
diagram in R where the circles are scaled to the size of each dataset. I
have looked at the information for venn (in gplots) and vennDiagram (in
limma) and I cannot seem to figure out what parameter to change. I have
looked this up online and do not seem to be seeing anyone else who has
posted this question or the answer to it
2012 Jun 21
2
Simple Question?
Greetings,
I am new to R, but trying to put in the time to learn. I have read the R
manual and several other introductory texts; however, there is nothing like
actually putting it into practice. So here is my problem, and its more of a
learning exercise for myself than anything else, but I'm stuck and getting
extremely frustrated that I can't figure it out.
I'm trying to make a
2005 Jun 09
5
How to plot more than 3 sets in Venn Diagrams?
I'm trying to plot Venn diagrams with more than 3 sets (5 actually) in order to describe graphically the genetic variation between populations.
I tried the limma library but realised it can only plot 3 sets.
Is there any solution? Of course I could plot the chart manually but it'll take too long (have other datasets)..... One of my dataset is given below.
THanks for any advice.
j
2008 Feb 06
4
inserting text lines in a dat frame
Hi Jim
I am trying to prepare a bed file to load as accustom track on the UCSC genome browser.
I have a data frame that looks like the one below.
> x
V1 V2 V3
1 chr1 11255 55
2 chr1 11320 29
3 chr1 11400 45
4 chr2 21680 35
5 chr2 21750 84
6 chr2 21820 29
7 chr2 31890 46
8 chr3 32100 29
9 chr3 52380 29
10 chr3 66450 46
I would like to insert the following 4 lines at the beginning:
2010 Dec 07
1
colorful venn diagram
Hi all,
I am trying to plot a venn diagram using vennDiagram in limma package,
but I have no idea how to have it colorful such as the color one created
by the following website: http://www.pangloss.com/seidel/Protocols/venn.cgi.
Any one has any advice?
Thanks,
D.
2012 Jan 30
3
Venn Diagram help!!!!
Hi there ! I've got 7 Samples that may contain 29 differents kinds of
material.... every line below corresponds to a differente kind of material,
example: Sample 1, 2,3,5 and 6 has material 1 .... So I want to know how can
I do a Venn Diagram with the data below .... ps ( it was generated by a csv,
where every line is sep with (";")) Can someone helps me ?
thanks
csv file :