will remove all of the rows
that have contain at least one zero.
Jim
On Fri, Aug 28, 2015 at
9:00 AM, Angela via R-help
wrote:
Hello,
I have a dataset of 985 genes, looks something like the ones
below. I want to label only those with the high intensities,
since labeling all doesn'
Hello,
I have a dataset of 985 genes, looks something like the ones below. I want to
label only those with the high intensities, since labeling all doesn't show up.
Is there a way to do that? If not, is there a way to pull out the highest ones
(say, highest 50, or those above X amount) and only
Hello,
I have a dataset of 985 genes, looks something like the ones below. I want to
label only those with the high intensities, since labeling all doesn't show up.
Is there a way to do that? If not, is there a way to pull out the highest ones
(say, highest 50, or those above X amount) and only
using R and googleVis
Cc: "r-help mailing list"
Date: Thursday, July 23, 2015, 6:43 AM
Hi Angela,
Assuming that your reformatted data is named
"data", have you tried:
data[order(data$count,data$before,decreasing=TRUE),]
Jim
On
Thu, Jul 23, 2015 at 3:15 AM, Angel
Hello,
I am trying to figure out if there is a way to order the left side of a Sankey
diagram from most frequent to least frequent. I am using R version 3.2.1 and
using googleVis version 0.5.9 for the Sankey. I've tried sorting, but that does
not work. Is there anyway to force it to arrange the
5 matches
Mail list logo