Last data update: 2014.03.03

R: Compute quantiles for plotGeneDE function
addQuantilesColorsR Documentation

Compute quantiles for plotGeneDE function

Description

Compute quantiles on mean expression level for plotGeneDE function. Colors of bars in the plot could then be allocated using buckets defined by those quantiles.

Usage

addQuantilesColors(e, ngroups = 3)

Arguments

e

ExpressionSet object to use for computation

ngroups

Number of groups to be created

Details

Number of computed quantiles is equal to (ngroups - 1).

Value

The ExpressionSet object e is returned, with a new column called colorsQuantilesVector in its slot featureData

Author(s)

Eric Lecoutre

See Also

plotLogRatio

Examples

  if (require(ALL)){
    data(ALL, package = "ALL")
    ALLQ <- addQuantilesColors(ALL)
    fData(ALLQ)
  }

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(a4Base)
Loading required package: grid
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colnames, do.call, duplicated, eval, evalq,
    get, grep, grepl, intersect, is.unsorted, lapply, lengths, mapply,
    match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank,
    rbind, rownames, sapply, setdiff, sort, table, tapply, union,
    unique, unsplit

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    colMeans, colSums, expand.grid, rowMeans, rowSums

Loading required package: annaffy
Loading required package: GO.db

Loading required package: KEGG.db

KEGG.db contains mappings based on older data because the original
  resource was removed from the the public domain before the most
  recent update was produced. This package should now be considered
  deprecated and future versions of Bioconductor may not have it
  available.  Users who want more current data are encouraged to look
  at the KEGGREST or reactome.db packages

Loading required package: mpm
Loading required package: MASS

Attaching package: 'MASS'

The following object is masked from 'package:AnnotationDbi':

    select

Loading required package: KernSmooth
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009

mpm version 1.0-22

Loading required package: genefilter

Attaching package: 'genefilter'

The following object is masked from 'package:MASS':

    area

Loading required package: limma

Attaching package: 'limma'

The following object is masked from 'package:BiocGenerics':

    plotMA

Loading required package: multtest
Loading required package: glmnet
Loading required package: Matrix

Attaching package: 'Matrix'

The following object is masked from 'package:S4Vectors':

    expand

Loading required package: foreach
Loaded glmnet 2.0-5

Loading required package: a4Preproc
Loading required package: a4Core

Attaching package: 'a4Core'

The following object is masked from 'package:limma':

    topTable

Loading required package: gplots

Attaching package: 'gplots'

The following object is masked from 'package:multtest':

    wapply

The following object is masked from 'package:IRanges':

    space

The following object is masked from 'package:S4Vectors':

    space

The following object is masked from 'package:stats':

    lowess


a4Base version 1.20.0

> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/a4Base/addQuantilesColors.Rd_%03d_medium.png", width=480, height=480)
> ### Name: addQuantilesColors
> ### Title: Compute quantiles for plotGeneDE function
> ### Aliases: addQuantilesColors
> ### Keywords: manip
> 
> ### ** Examples
> 
>   if (require(ALL)){
+     data(ALL, package = "ALL")
+     ALLQ <- addQuantilesColors(ALL)
+     fData(ALLQ)
+   }
Loading required package: ALL
                            colorsQuantilesVector
1000_at                                         3
1001_at                                         2
1002_f_at                                       1
1003_s_at                                       2
1004_at                                         2
1005_at                                         3
1006_at                                         1
1007_s_at                                       3
1008_f_at                                       3
1009_at                                         3
100_g_at                                        3
1010_at                                         2
1011_s_at                                       2
1012_at                                         1
1013_at                                         1
1014_at                                         3
1015_s_at                                       2
1016_s_at                                       1
1017_at                                         2
1018_at                                         2
1019_g_at                                       3
101_at                                          2
1020_s_at                                       3
1021_at                                         2
1022_f_at                                       1
1023_at                                         2
1024_at                                         2
1025_g_at                                       1
1026_s_at                                       3
1027_at                                         2
1028_at                                         2
1029_s_at                                       1
102_at                                          1
1030_s_at                                       3
1031_at                                         2
1032_at                                         3
1033_g_at                                       2
1034_at                                         2
1035_g_at                                       2
1036_at                                         1
1037_at                                         1
1038_s_at                                       2
1039_s_at                                       3
103_at                                          2
1040_s_at                                       1
1041_at                                         2
1042_at                                         1
1043_s_at                                       1
1044_s_at                                       2
1045_s_at                                       1
1046_at                                         1
1047_s_at                                       2
1048_at                                         1
1049_g_at                                       3
104_at                                          1
1050_at                                         1
1051_g_at                                       2
1052_s_at                                       2
1053_at                                         2
1054_at                                         1
1055_g_at                                       2
1056_s_at                                       1
1057_at                                         2
1058_at                                         1
1059_at                                         1
105_at                                          1
1060_g_at                                       2
1061_at                                         3
1062_g_at                                       2
1063_s_at                                       2
1064_at                                         2
1065_at                                         3
1066_at                                         2
1067_at                                         2
1068_g_at                                       3
1069_at                                         1
106_at                                          3
1070_at                                         3
1071_at                                         2
1072_g_at                                       3
1073_at                                         3
1074_at                                         2
1075_f_at                                       1
1076_at                                         1
1077_at                                         1
1078_at                                         1
1079_g_at                                       2
107_at                                          2
1080_s_at                                       1
1081_at                                         3
1082_at                                         1
1083_s_at                                       2
1084_at                                         1
1085_s_at                                       3
1086_at                                         1
1087_at                                         2
1088_at                                         1
1089_i_at                                       2
108_g_at                                        3
1090_f_at                                       1
1091_at                                         3
1092_at                                         3
1093_at                                         1
1094_g_at                                       2
1095_s_at                                       1
1096_g_at                                       3
1097_s_at                                       2
1098_at                                         1
1099_s_at                                       1
109_at                                          3
1100_at                                         3
1101_at                                         2
1102_s_at                                       3
1103_at                                         1
1104_s_at                                       2
1105_s_at                                       3
1106_s_at                                       3
1107_s_at                                       3
1108_s_at                                       2
1109_s_at                                       2
110_at                                          3
1110_at                                         3
1111_at                                         1
1112_g_at                                       2
1113_at                                         2
1114_at                                         2
1115_at                                         2
1116_at                                         3
1117_at                                         2
1118_at                                         2
1119_at                                         2
111_at                                          2
1120_at                                         2
1121_g_at                                       1
1122_f_at                                       3
1123_at                                         3
1124_at                                         3
1125_s_at                                       2
1126_s_at                                       3
1127_at                                         3
1128_s_at                                       2
1129_at                                         2
112_g_at                                        1
1130_at                                         3
1131_at                                         3
1132_s_at                                       2
1133_at                                         1
1134_at                                         3
1135_at                                         2
1136_at                                         3
1137_at                                         1
1138_at                                         3
1139_at                                         2
113_i_at                                        1
1140_at                                         2
1141_at                                         2
1142_at                                         2
1143_s_at                                       1
1144_at                                         1
1145_g_at                                       2
1146_at                                         2
1147_at                                         1
1148_s_at                                       1
1149_at                                         1
114_r_at                                        2
1150_at                                         3
1151_at                                         3
1152_i_at                                       1
1153_f_at                                       3
1154_at                                         2
1155_at                                         3
1156_at                                         2
1157_s_at                                       1
1158_s_at                                       3
1159_at                                         1
115_at                                          2
1160_at                                         3
1161_at                                         3
1162_g_at                                       2
1163_at                                         1
1164_at                                         1
1165_at                                         1
1166_at                                         3
1167_s_at                                       3
1168_at                                         1
1169_at                                         2
116_at                                          1
1170_at                                         2
1171_s_at                                       3
1172_at                                         2
1173_g_at                                       3
1174_at                                         1
1175_s_at                                       1
1176_at                                         2
1177_at                                         2
1178_at                                         2
1179_at                                         3
117_at                                          2
1180_g_at                                       3
1181_at                                         2
1182_at                                         1
1183_at                                         1
1184_at                                         3
1185_at                                         3
1186_at                                         1
1187_at                                         3
1188_g_at                                       2
1189_at                                         2
118_at                                          2
1190_at                                         1
1191_s_at                                       3
1192_at                                         2
1193_at                                         2
1194_g_at                                       1
1195_s_at                                       1
1196_at                                         3
1197_at                                         1
1198_at                                         1
1199_at                                         3
1200_at                                         1
1201_at                                         1
1202_g_at                                       2
1203_at                                         1
1204_at                                         1
1205_at                                         1
1206_at                                         2
1207_at                                         2
1208_at                                         2
1209_at                                         2
120_at                                          1
1210_s_at                                       2
1211_s_at                                       3
1212_at                                         2
1213_at                                         2
1214_s_at                                       1
1217_g_at                                       2
1218_at                                         2
1219_at                                         2
121_at                                          3
1220_g_at                                       2
1221_at                                         2
1222_at                                         1
1223_at                                         2
1224_at                                         2
1225_g_at                                       2
1226_at                                         2
1227_g_at                                       1
1228_s_at                                       3
1229_at                                         1
122_at                                          1
1230_g_at                                       2
1231_at                                         1
1232_s_at                                       1
1233_s_at                                       3
1234_at                                         1
1235_at                                         3
1236_s_at                                       2
1237_at                                         3
1238_at                                         3
1239_s_at                                       1
123_at                                          1
1240_at                                         2
1241_at                                         3
1242_at                                         3
1243_at                                         3
1244_at                                         2
1245_i_at                                       1
1246_at                                         3
1247_g_at                                       1
1248_at                                         3
1249_at                                         1
1250_at                                         2
1251_g_at                                       2
1252_at                                         3
1253_at                                         2
1254_at                                         3
1255_g_at                                       1
1256_at                                         2
1257_s_at                                       2
1258_s_at                                       1
1259_at                                         2
1260_s_at                                       1
1261_i_at                                       3
1262_s_at                                       1
1263_at                                         2
1264_at                                         1
1265_g_at                                       1
1266_s_at                                       2
1267_at                                         3
1268_at                                         3
1269_at                                         2
126_s_at                                        1
1270_at                                         3
1271_g_at                                       3
1272_at                                         2
1273_r_at                                       3
1274_s_at                                       2
1275_at                                         1
1276_g_at                                       3
1277_at                                         2
1278_at                                         1
1279_s_at                                       2
1280_i_at                                       3
1281_f_at                                       2
1282_s_at                                       1
1283_at                                         1
1284_at                                         2
1285_at                                         1
1286_s_at                                       1
1287_at                                         3
1288_s_at                                       3
1289_at                                         3
128_at                                          1
1290_g_at                                       3
1291_s_at                                       2
1292_at                                         3
1293_s_at                                       1
1294_at                                         3
1295_at                                         3
1296_at                                         3
1297_at                                         1
1298_at                                         1
1299_at                                         1
129_g_at                                        2
1300_at                                         1
1303_at                                         2
1304_at                                         1
1305_s_at                                       3
1306_at                                         2
1307_at                                         2
1308_g_at                                       2
1309_at                                         3
130_s_at                                        2
1310_at                                         3
1311_at                                         3
1312_at                                         3
1313_at                                         3
1314_at                                         3
1315_at                                         3
1316_at                                         2
1317_at                                         2
1318_at                                         3
1319_at                                         1
131_at                                          2
1320_at                                         1
1321_s_at                                       2
1322_at                                         2
1323_at                                         3
1324_at                                         3
1325_at                                         2
1326_at                                         2
1327_s_at                                       2
1328_at                                         1
1329_s_at                                       2
1330_at                                         3
1331_s_at                                       3
1332_f_at                                       3
1333_f_at                                       3
1334_s_at                                       3
1335_at                                         2
1336_s_at                                       3
1337_s_at                                       1
1338_s_at                                       1
1339_s_at                                       3
133_at                                          2
1340_s_at                                       1
1341_at                                         1
1342_g_at                                       1
1343_s_at                                       1
1344_at                                         2
1345_s_at                                       2
1346_at                                         3
1347_at                                         3
1348_s_at                                       1
1349_at                                         1
134_at                                          1
1350_at                                         1
1351_at                                         2
1352_at                                         2
1353_g_at                                       2
1354_at                                         1
1355_g_at                                       1
1356_at                                         3
1357_at                                         3
1358_s_at                                       3
1359_at                                         1
135_g_at                                        2
1360_at                                         1
1361_at                                         2
1362_s_at                                       2
1363_at                                         1
1364_at                                         1
1365_at                                         2
1366_i_at                                       3
1367_f_at                                       3
1368_at                                         1
1369_s_at                                       3
136_at                                          3
1370_at                                         3
1371_s_at                                       2
1372_at                                         2
1373_at                                         3
1374_g_at                                       3
1375_s_at                                       2
1376_at                                         3
1377_at                                         3
1378_g_at                                       3
1379_at                                         1
137_at                                          2
1380_at                                         1
1381_at                                         1
1382_at                                         2
1383_at                                         3
1384_at                                         1
1385_at                                         1
1386_at                                         3
1387_at                                         2
1388_g_at                                       1
1389_at                                         3
138_at                                          3
1390_s_at                                       2
1391_s_at                                       2
1392_at                                         3
1393_at                                         1
1394_at                                         3
1395_at                                         3
1396_at                                         1
1397_at                                         2
1398_g_at                                       3
1399_at                                         3
139_at                                          1
1400_at                                         2
1401_g_at                                       1
1402_at                                         3
1403_s_at                                       3
1404_r_at                                       1
1405_i_at                                       2
1406_at                                         2
1407_g_at                                       2
1408_at                                         1
1409_at                                         3
140_s_at                                        3
1410_at                                         2
1411_at                                         2
1412_g_at                                       1
1413_at                                         1
1414_at                                         1
1415_at                                         3
1416_g_at                                       1
1417_at                                         1
1418_at                                         3
1419_g_at                                       3
141_s_at                                        2
1420_s_at                                       3
1421_at                                         1
1422_g_at                                       1
1423_at                                         2
1424_s_at                                       3
1425_at                                         1
1426_at                                         3
1427_g_at                                       2
1428_at                                         1
142_at                                          2
1430_at                                         1
1431_at                                         1
1432_s_at                                       3
1433_g_at                                       3
1434_at                                         1
1435_f_at                                       1
1436_at                                         1
1437_at                                         1
1438_at                                         2
1439_s_at                                       2
143_s_at                                        1
1440_s_at                                       1
1441_s_at                                       1
1442_at                                         2
1443_at                                         2
1444_at                                         3
1445_at                                         1
1446_at                                         3
1447_at                                         3
1448_at                                         3
1449_at                                         3
144_at                                          2
1450_g_at                                       3
1451_s_at                                       1
1452_at                                         2
1453_at                                         3
1454_at                                         2
1455_f_at                                       2
1456_s_at                                       3
1457_at                                         2
1458_at                                         2
1459_at                                         2
145_s_at                                        2
1460_g_at                                       2
1461_at                                         3
1462_s_at                                       3
1463_at                                         3
1464_at                                         2
1465_s_at                                       1
1466_s_at                                       1
1467_at                                         1
1468_at                                         3
1469_at                                         3
146_at                                          2
1470_at                                         3
1471_at                                         1
1472_g_at                                       3
1473_s_at                                       2
1474_s_at                                       2
1475_s_at                                       3
1476_s_at