Displaying 3 results from an estimated 3 matches for "percid".
Did you mean:
perci
2001 Nov 27
1
inclusion criteria help
I have a dataset that looks like this (many other variables not
shown. including a unique row identifier "id"):
> summary(hits)
query lib coverage percid
Length:80664 Length:80664 Min. :0.080 Min. :0.2250
Mode :character Mode :character 1st Qu.:0.980 1st Qu.:0.8160
Median :1.000 Median :0.9230
Mean :0.946 Mean :0.8536...
2008 Feb 26
1
combine vector and data frame on field?
I have managed to create a data frame like this:
> tsus_same_mean[1:10,]
PID Grp Dist PercAln PercId
1 12638 Acidobacteria 0.000000000 1.0000000 1.0000000
2 87 Actinobacteria 0.000000000 0.9700000 0.9700000
3 92 Actinobacteria 0.008902000 1.0000000 0.9910000
4 94 Actinobacteria 0.000000000 1.0000000 1.0000000
5 189 Actinobacteria 0.005876733 0.9733333 0.9676667
6 242 Actinobact...
2010 Nov 10
1
plotting histograms/density plots in a triangular layout?
...!
I have a set of 49 pairwise comparisons that I have done. From this I
would like to plot either histograms or the density plots of the values
I get. Now, I can plot one histogram per comparison, but I have problems
getting the output I want. When plotting like I normally would do:
histogram(~percid | orgA_orgB, data = alldata)
I get the histograms next to eachother in a boxlike shape. However,
since these are pairwise ( 7x7 ) I would like to have them placed in a
triangular shape, like this:
1 x
2 x x
3 x x x
1 3 3
where the Xes represent where I want plots, and the 1,2,3 represent the...