Changeset 2975 for trunk/data/plugin_configfile.xml
- Timestamp:
- Nov 29, 2006, 12:14:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/plugin_configfile.xml
r2959 r2975 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"> 3 <!-- 4 $Id: 5 Copyright (C) Authors contributing to this file. 6 7 This file is part of BASE - BioArray Software Environment. 8 Available at http://base.thep.lu.se/ 9 10 BASE is free software; you can redistribute it and/or 11 modify it under the terms of the GNU General Public License 12 as published by the Free Software Foundation; either version 2 13 of the License, or (at your option) any later version. 14 15 BASE is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 59 Temple Place - Suite 330, 23 Boston, MA 02111-1307, USA. 24 --> 25 <configfile> 2 <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"><configfile> 26 3 <configuration pluginClassName="net.sf.basedb.plugins.PlateFlatFileImporter"> 27 4 <configname>384_wells plate import</configname> 28 5 <description>This configuration is for the Plate importer plugin when to import 384-well plates.</description> 29 6 <parameter> 7 <name>maxDataColumns</name> 8 <label>Max data columns</label> 9 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 10 <class /> 11 <value /> 12 </parameter> 13 <parameter> 14 <name>reporterColumnMapping</name> 15 <label>Reporter ID</label> 16 <description>Mapping that picks the well's reporter id from the data columns. For example: \ID\</description> 17 <class>java.lang.String</class> 18 <value>\oligo_id\</value> 19 </parameter> 20 <parameter> 21 <name>dataHeaderRegexp</name> 22 <label>Data header</label> 23 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 24 <class>java.lang.String</class> 25 <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value> 26 </parameter> 27 <parameter> 28 <name>barcodeColumnMapping</name> 29 <label>Plate barcode</label> 30 <description>Mapping that picks the plate barcode from the data columns. For example: \Barcode\</description> 31 <class /> 32 <value /> 33 </parameter> 34 <parameter> 35 <name>trimQuotes</name> 36 <label>Remove quotes</label> 37 <description>If true quotes (" or ') around data value will be removed.</description> 38 <class>java.lang.Boolean</class> 39 <value>true</value> 40 </parameter> 41 <parameter> 42 <name>dataSplitterRegexp</name> 43 <label>Data splitter</label> 44 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 45 <class>java.lang.String</class> 46 <value>\t</value> 47 </parameter> 48 <parameter> 49 <name>charset</name> 50 <label>Character set</label> 51 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 52 <class>java.lang.String</class> 53 <value>ISO-8859-1</value> 54 </parameter> 55 <parameter> 56 <name>columnColumnMapping</name> 57 <label>Column</label> 58 <description>Mapping that picks the well's column in the plate from the data columns. For example: \Column\</description> 59 <class>java.lang.String</class> 60 <value>\384_column\</value> 61 </parameter> 62 <parameter> 30 63 <name>nameColumnMapping</name> 31 <label>nameColumnMapping</label> 64 <label>Plate number/name</label> 65 <description>Mapping that picks the plate name from the data columns. For example: \Plate\</description> 32 66 <class>java.lang.String</class> 33 67 <value>\384_number\</value> 34 68 </parameter> 35 69 <parameter> 36 <name>reporterColumnMapping</name> 37 <label>reporterColumnMapping</label> 38 <class>java.lang.String</class> 39 <value>\oligo_id\</value> 40 </parameter> 41 <parameter> 42 <name>dataHeaderRegexp</name> 43 <label>dataHeaderRegexp</label> 44 <class>java.lang.String</class> 45 <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value> 46 </parameter> 47 <parameter> 48 <name>dataSplitterRegexp</name> 49 <label>dataSplitterRegexp</label> 50 <class>java.lang.String</class> 51 <value>\t</value> 52 </parameter> 53 <parameter> 54 <name>columnColumnMapping</name> 55 <label>columnColumnMapping</label> 56 <class>java.lang.String</class> 57 <value>\384_column\</value> 70 <name>minDataColumns</name> 71 <label>Min data columns</label> 72 <description>The minimum number of columns for a line to be counted as a data line.</description> 73 <class /> 74 <value /> 75 </parameter> 76 <parameter> 77 <name>ignoreRegexp</name> 78 <label>Ignore</label> 79 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 80 <class /> 81 <value /> 82 </parameter> 83 <parameter> 84 <name>dataFooterRegexp</name> 85 <label>Data footer</label> 86 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 87 <class /> 88 <value /> 89 </parameter> 90 <parameter> 91 <name>headerRegexp</name> 92 <label>Header</label> 93 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 94 <class /> 95 <value /> 58 96 </parameter> 59 97 <parameter> 60 98 <name>rowColumnMapping</name> 61 <label>rowColumnMapping</label> 99 <label>Row</label> 100 <description>Mapping that picks the well's row in the plate from the data columns. For example: \Row\</description> 62 101 <class>java.lang.String</class> 63 102 <value>\384_row\</value> … … 68 107 <description>This configuration is for importing reporters from the same text file as 384well plates are imported from.</description> 69 108 <parameter> 109 <name>maxDataColumns</name> 110 <label>Max data columns</label> 111 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 112 <class /> 113 <value /> 114 </parameter> 115 <parameter> 116 <name>extendedColumnMapping.locusLink</name> 117 <label>LocusLink</label> 118 <description /> 119 <class /> 120 <value /> 121 </parameter> 122 <parameter> 123 <name>trimQuotes</name> 124 <label>Remove quotes</label> 125 <description>If true quotes (" or ') around data value will be removed.</description> 126 <class>java.lang.Boolean</class> 127 <value>true</value> 128 </parameter> 129 <parameter> 130 <name>charset</name> 131 <label>Character set</label> 132 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 133 <class>java.lang.String</class> 134 <value>ISO-8859-1</value> 135 </parameter> 136 <parameter> 137 <name>scoreColumnMapping</name> 138 <label>Score</label> 139 <description>Mapping that picks the reporter's score in some context. This mapping is only used when importing to a reporter list.</description> 140 <class /> 141 <value /> 142 </parameter> 143 <parameter> 70 144 <name>nameColumnMapping</name> 71 <label>nameColumnMapping</label> 145 <label>Name</label> 146 <description>Mapping that picks the reporter's name from the data columns. For example: \Name\</description> 72 147 <class>java.lang.String</class> 73 148 <value>\oligo_id\</value> 74 149 </parameter> 75 150 <parameter> 151 <name>extendedColumnMapping.markers</name> 152 <label>Markers</label> 153 <description /> 154 <class /> 155 <value /> 156 </parameter> 157 <parameter> 158 <name>extendedColumnMapping.vector</name> 159 <label>Vector</label> 160 <description>The vector from which the reporter is derived</description> 161 <class /> 162 <value /> 163 </parameter> 164 <parameter> 165 <name>extendedColumnMapping.nid</name> 166 <label>NID</label> 167 <description /> 168 <class /> 169 <value /> 170 </parameter> 171 <parameter> 172 <name>descriptionColumnMapping</name> 173 <label>Description</label> 174 <description>Mapping that picks the reporter's description from the data columns. For example: \Description\</description> 175 <class>java.lang.String</class> 176 <value>\description_Ensembl*\</value> 177 </parameter> 178 <parameter> 179 <name>headerRegexp</name> 180 <label>Header</label> 181 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 182 <class /> 183 <value /> 184 </parameter> 185 <parameter> 186 <name>reporterIdColumnMapping</name> 187 <label>Reporter ID</label> 188 <description>Mapping that picks the reporter's ID from the data columns. For example: \ID\</description> 189 <class>java.lang.String</class> 190 <value>\oligo_id\</value> 191 </parameter> 192 <parameter> 193 <name>symbolColumnMapping</name> 194 <label>Gene symbol</label> 195 <description>Mapping that picks the reporter's gene symbol from the data columns. For example: \Gene symbol\</description> 196 <class>java.lang.String</class> 197 <value>\gene_symbol_Ensembl*\</value> 198 </parameter> 199 <parameter> 200 <name>extendedColumnMapping.antibiotics</name> 201 <label>Antibiotics</label> 202 <description /> 203 <class /> 204 <value /> 205 </parameter> 206 <parameter> 207 <name>extendedColumnMapping.omim</name> 208 <label>OMIM</label> 209 <description /> 210 <class /> 211 <value /> 212 </parameter> 213 <parameter> 214 <name>extendedColumnMapping.chromosome</name> 215 <label>Chromosome</label> 216 <description>The chromosome from which the reporter is derived</description> 217 <class /> 218 <value /> 219 </parameter> 220 <parameter> 221 <name>reporterType</name> 222 <label>Reporter type</label> 223 <description>The reporter type assigned to the imported reporters</description> 224 <class /> 225 <value /> 226 </parameter> 227 <parameter> 76 228 <name>dataHeaderRegexp</name> 77 <label>dataHeaderRegexp</label> 229 <label>Data header</label> 230 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 78 231 <class>java.lang.String</class> 79 232 <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value> … … 81 234 <parameter> 82 235 <name>dataSplitterRegexp</name> 83 <label>dataSplitterRegexp</label> 236 <label>Data splitter</label> 237 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 84 238 <class>java.lang.String</class> 85 239 <value>\t</value> 86 240 </parameter> 87 241 <parameter> 88 <name>descriptionColumnMapping</name> 89 <label>descriptionColumnMapping</label> 90 <class>java.lang.String</class> 91 <value>\description_Ensembl*\</value> 92 </parameter> 93 <parameter> 94 <name>symbolColumnMapping</name> 95 <label>symbolColumnMapping</label> 96 <class>java.lang.String</class> 97 <value>\gene_symbol_Ensembl*\</value> 98 </parameter> 99 <parameter> 100 <name>reporterIdColumnMapping</name> 101 <label>reporterIdColumnMapping</label> 102 <class>java.lang.String</class> 103 <value>\oligo_id\</value> 242 <name>extendedColumnMapping.length</name> 243 <label>Length</label> 244 <description>The length of the sequence</description> 245 <class /> 246 <value /> 247 </parameter> 248 <parameter> 249 <name>extendedColumnMapping.tissue</name> 250 <label>Tissue</label> 251 <description>The tissue from which the reporter is derived</description> 252 <class /> 253 <value /> 254 </parameter> 255 <parameter> 256 <name>extendedColumnMapping.accession</name> 257 <label>Accession</label> 258 <description /> 259 <class /> 260 <value /> 261 </parameter> 262 <parameter> 263 <name>minDataColumns</name> 264 <label>Min data columns</label> 265 <description>The minimum number of columns for a line to be counted as a data line.</description> 266 <class /> 267 <value /> 268 </parameter> 269 <parameter> 270 <name>ignoreRegexp</name> 271 <label>Ignore</label> 272 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 273 <class /> 274 <value /> 275 </parameter> 276 <parameter> 277 <name>reporterTypeColumnMapping</name> 278 <label>Reporter type</label> 279 <description>Mapping that pick the reporter's type from the data columns. This will overide the reporter type parameter. For example: \Reporter type\</description> 280 <class /> 281 <value /> 282 </parameter> 283 <parameter> 284 <name>extendedColumnMapping.library</name> 285 <label>Library</label> 286 <description>The library from which the reporter is derived</description> 287 <class /> 288 <value /> 289 </parameter> 290 <parameter> 291 <name>extendedColumnMapping.clusterId</name> 292 <label>Cluster ID</label> 293 <description>A unique identifier for a Unigene entry</description> 294 <class /> 295 <value /> 296 </parameter> 297 <parameter> 298 <name>dataFooterRegexp</name> 299 <label>Data footer</label> 300 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 301 <class /> 302 <value /> 303 </parameter> 304 <parameter> 305 <name>extendedColumnMapping.cytoband</name> 306 <label>Cytoband</label> 307 <description>The cytoband from which the reporter is derived</description> 308 <class /> 309 <value /> 104 310 </parameter> 105 311 <parameter> 106 312 <name>extendedColumnMapping.sequence</name> 107 <label>extendedColumnMapping.sequence</label> 313 <label>Sequence</label> 314 <description>The nucleotide sequence of the reporter</description> 108 315 <class>java.lang.String</class> 109 316 <value>\oligo_sequence\</value> 317 </parameter> 318 <parameter> 319 <name>extendedColumnMapping.species</name> 320 <label>Species</label> 321 <description>The organism from which the reporter is derived</description> 322 <class /> 323 <value /> 110 324 </parameter> 111 325 </configuration> … … 116 330 <name>maxDataColumns</name> 117 331 <label>Max data columns</label> 332 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 118 333 <class /> 119 334 <value /> … … 122 337 <name>extendedColumnMapping.locusLink</name> 123 338 <label>LocusLink</label> 339 <description /> 124 340 <class /> 125 341 <value /> … … 128 344 <name>trimQuotes</name> 129 345 <label>Remove quotes</label> 346 <description>If true quotes (" or ') around data value will be removed.</description> 130 347 <class>java.lang.Boolean</class> 131 348 <value>true</value> 132 349 </parameter> 133 350 <parameter> 351 <name>charset</name> 352 <label>Character set</label> 353 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 354 <class>java.lang.String</class> 355 <value>ISO-8859-1</value> 356 </parameter> 357 <parameter> 134 358 <name>scoreColumnMapping</name> 135 359 <label>Score</label> 360 <description>Mapping that picks the reporter's score in some context. This mapping is only used when importing to a reporter list.</description> 136 361 <class /> 137 362 <value /> … … 140 365 <name>nameColumnMapping</name> 141 366 <label>Name</label> 367 <description>Mapping that picks the reporter's name from the data columns. For example: \Name\</description> 142 368 <class>java.lang.String</class> 143 369 <value>\Name\</value> … … 146 372 <name>extendedColumnMapping.markers</name> 147 373 <label>Markers</label> 374 <description /> 148 375 <class /> 149 376 <value /> … … 152 379 <name>extendedColumnMapping.vector</name> 153 380 <label>Vector</label> 381 <description>The vector from which the reporter is derived</description> 154 382 <class /> 155 383 <value /> … … 158 386 <name>extendedColumnMapping.nid</name> 159 387 <label>NID</label> 388 <description /> 160 389 <class /> 161 390 <value /> … … 164 393 <name>descriptionColumnMapping</name> 165 394 <label>Description</label> 395 <description>Mapping that picks the reporter's description from the data columns. For example: \Description\</description> 166 396 <class /> 167 397 <value /> … … 170 400 <name>headerRegexp</name> 171 401 <label>Header</label> 402 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 172 403 <class /> 173 404 <value /> … … 176 407 <name>reporterIdColumnMapping</name> 177 408 <label>Reporter ID</label> 409 <description>Mapping that picks the reporter's ID from the data columns. For example: \ID\</description> 178 410 <class>java.lang.String</class> 179 411 <value>\ID\</value> … … 182 414 <name>symbolColumnMapping</name> 183 415 <label>Gene symbol</label> 416 <description>Mapping that picks the reporter's gene symbol from the data columns. For example: \Gene symbol\</description> 184 417 <class /> 185 418 <value /> … … 188 421 <name>extendedColumnMapping.antibiotics</name> 189 422 <label>Antibiotics</label> 423 <description /> 424 <class /> 425 <value /> 426 </parameter> 427 <parameter> 428 <name>extendedColumnMapping.omim</name> 429 <label>OMIM</label> 430 <description /> 190 431 <class /> 191 432 <value /> … … 194 435 <name>extendedColumnMapping.chromosome</name> 195 436 <label>Chromosome</label> 437 <description>The chromosome from which the reporter is derived</description> 196 438 <class /> 197 439 <value /> … … 200 442 <name>reporterType</name> 201 443 <label>Reporter type</label> 202 <class /> 203 <value /> 204 </parameter> 205 <parameter> 206 <name>extendedColumnMapping.omim</name> 207 <label>OMIM</label> 444 <description>The reporter type assigned to the imported reporters</description> 208 445 <class /> 209 446 <value /> … … 212 449 <name>dataHeaderRegexp</name> 213 450 <label>Data header</label> 451 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 214 452 <class>java.lang.String</class> 215 453 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*</value> … … 218 456 <name>dataSplitterRegexp</name> 219 457 <label>Data splitter</label> 458 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 220 459 <class>java.lang.String</class> 221 460 <value>\t</value> … … 224 463 <name>extendedColumnMapping.length</name> 225 464 <label>Length</label> 465 <description>The length of the sequence</description> 226 466 <class /> 227 467 <value /> … … 230 470 <name>extendedColumnMapping.tissue</name> 231 471 <label>Tissue</label> 472 <description>The tissue from which the reporter is derived</description> 232 473 <class /> 233 474 <value /> … … 236 477 <name>extendedColumnMapping.accession</name> 237 478 <label>Accession</label> 479 <description /> 238 480 <class /> 239 481 <value /> … … 242 484 <name>minDataColumns</name> 243 485 <label>Min data columns</label> 486 <description>The minimum number of columns for a line to be counted as a data line.</description> 244 487 <class /> 245 488 <value /> … … 248 491 <name>ignoreRegexp</name> 249 492 <label>Ignore</label> 493 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 494 <class /> 495 <value /> 496 </parameter> 497 <parameter> 498 <name>reporterTypeColumnMapping</name> 499 <label>Reporter type</label> 500 <description>Mapping that pick the reporter's type from the data columns. This will overide the reporter type parameter. For example: \Reporter type\</description> 250 501 <class /> 251 502 <value /> … … 254 505 <name>extendedColumnMapping.library</name> 255 506 <label>Library</label> 507 <description>The library from which the reporter is derived</description> 256 508 <class /> 257 509 <value /> … … 260 512 <name>extendedColumnMapping.clusterId</name> 261 513 <label>Cluster ID</label> 514 <description>A unique identifier for a Unigene entry</description> 262 515 <class /> 263 516 <value /> … … 266 519 <name>dataFooterRegexp</name> 267 520 <label>Data footer</label> 521 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 522 <class /> 523 <value /> 524 </parameter> 525 <parameter> 526 <name>extendedColumnMapping.cytoband</name> 527 <label>Cytoband</label> 528 <description>The cytoband from which the reporter is derived</description> 268 529 <class /> 269 530 <value /> … … 272 533 <name>extendedColumnMapping.sequence</name> 273 534 <label>Sequence</label> 535 <description>The nucleotide sequence of the reporter</description> 274 536 <class /> 275 537 <value /> … … 278 540 <name>extendedColumnMapping.species</name> 279 541 <label>Species</label> 280 <class /> 281 <value /> 282 </parameter> 283 <parameter> 284 <name>extendedColumnMapping.cytoband</name> 285 <label>Cytoband</label> 542 <description>The organism from which the reporter is derived</description> 286 543 <class /> 287 544 <value /> … … 293 550 Block mapping is used in this configuration.</description> 294 551 <parameter> 552 <name>maxDataColumns</name> 553 <label>Max data columns</label> 554 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 555 <class /> 556 <value /> 557 </parameter> 558 <parameter> 295 559 <name>dataHeaderRegexp</name> 296 <label>dataHeaderRegexp</label> 560 <label>Data header</label> 561 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 297 562 <class>java.lang.String</class> 298 563 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*</value> 299 564 </parameter> 300 565 <parameter> 566 <name>trimQuotes</name> 567 <label>Remove quotes</label> 568 <description>If true quotes (" or ') around data value will be removed.</description> 569 <class>java.lang.Boolean</class> 570 <value>true</value> 571 </parameter> 572 <parameter> 301 573 <name>dataSplitterRegexp</name> 302 <label>dataSplitterRegexp</label> 574 <label>Data splitter</label> 575 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 303 576 <class>java.lang.String</class> 304 577 <value>\t</value> 305 578 </parameter> 306 579 <parameter> 580 <name>charset</name> 581 <label>Character set</label> 582 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 583 <class>java.lang.String</class> 584 <value>ISO-8859-1</value> 585 </parameter> 586 <parameter> 307 587 <name>columnColumnMapping</name> 308 <label>columnColumnMapping</label> 588 <label>Column</label> 589 <description>Mapping that picks the feature's column position in a block from the data columns. For example: \Column\</description> 309 590 <class>java.lang.String</class> 310 591 <value>\Column\</value> 311 592 </parameter> 312 593 <parameter> 594 <name>metaGridXColumnMapping</name> 595 <label>Meta grid X</label> 596 <description>Mapping that picks the feature's meta grid X coordinate from the data columns. Required if you don't specify a block mapping. Example: \Meta grid X\</description> 597 <class /> 598 <value /> 599 </parameter> 600 <parameter> 601 <name>metaGridYColumnMapping</name> 602 <label>Meta grid Y</label> 603 <description>Mapping that picks the feature's meta grid Y coordinate from the data columns. Required if you don't specify a block mapping. Example: \Meta grid Y\</description> 604 <class /> 605 <value /> 606 </parameter> 607 <parameter> 608 <name>minDataColumns</name> 609 <label>Min data columns</label> 610 <description>The minimum number of columns for a line to be counted as a data line.</description> 611 <class /> 612 <value /> 613 </parameter> 614 <parameter> 615 <name>ignoreRegexp</name> 616 <label>Ignore</label> 617 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 618 <class /> 619 <value /> 620 </parameter> 621 <parameter> 622 <name>dataFooterRegexp</name> 623 <label>Data footer</label> 624 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 625 <class /> 626 <value /> 627 </parameter> 628 <parameter> 313 629 <name>reporterIdColumnMapping</name> 314 <label>reporterIdColumnMapping</label> 630 <label>Reporter ID</label> 631 <description>Mapping that picks the reporter's ID from the data columns. For example: \ID\</description> 315 632 <class>java.lang.String</class> 316 633 <value>\ID\</value> 317 634 </parameter> 318 635 <parameter> 636 <name>headerRegexp</name> 637 <label>Header</label> 638 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 639 <class /> 640 <value /> 641 </parameter> 642 <parameter> 319 643 <name>blockColumnMapping</name> 320 <label>blockColumnMapping</label> 644 <label>Block</label> 645 <description>Mapping that picks the feature's block number from the data columns. You must specify either this mapping or mappings for the meta coordinates. Example: \Block\</description> 321 646 <class>java.lang.String</class> 322 647 <value>\Block\</value> … … 324 649 <parameter> 325 650 <name>rowColumnMapping</name> 326 <label>rowColumnMapping</label> 651 <label>Row</label> 652 <description>Mapping that picks the feature's row position in a block from the data columns. For example: \Row\</description> 327 653 <class>java.lang.String</class> 328 654 <value>\Row\</value> … … 336 662 <name>yColumnMapping</name> 337 663 <label>Y</label> 664 <description>Mapping that picks the spot's physical Y coordinate from the data columns. For example: \Y\</description> 338 665 <class>java.lang.String</class> 339 666 <value>\Y\</value> 667 </parameter> 668 <parameter> 669 <name>maxDataColumns</name> 670 <label>Max data columns</label> 671 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 672 <class /> 673 <value /> 674 </parameter> 675 <parameter> 676 <name>propertyMapping.flags</name> 677 <label>Flags</label> 678 <description>Flags</description> 679 <class>java.lang.String</class> 680 <value>\Flags\</value> 340 681 </parameter> 341 682 <parameter> 342 683 <name>propertyMapping.ch2BgMean</name> 343 684 <label>Channel 2 background mean</label> 685 <description>The mean of the background intensity in channel 2</description> 344 686 <class>java.lang.String</class> 345 687 <value>\B532 Mean\</value> 346 </parameter>347 <parameter>348 <name>propertyMapping.flags</name>349 <label>Flags</label>350 <class>java.lang.String</class>351 <value>\Flags\</value>352 688 </parameter> 353 689 <parameter> 354 690 <name>propertyMapping.mValue</name> 355 691 <label>M value</label> 356 <class>java.lang.String</class> 357 <value>\Log Ratio (532/635)\</value> 692 <description>M value</description> 693 <class>java.lang.String</class> 694 <value>\Log Ratio (635/532)\</value> 358 695 </parameter> 359 696 <parameter> 360 697 <name>trimQuotes</name> 361 698 <label>Remove quotes</label> 699 <description>If true quotes (" or ') around data value will be removed.</description> 362 700 <class>java.lang.Boolean</class> 363 701 <value>true</value> 364 702 </parameter> 365 703 <parameter> 704 <name>charset</name> 705 <label>Character set</label> 706 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 707 <class>java.lang.String</class> 708 <value>ISO-8859-1</value> 709 </parameter> 710 <parameter> 366 711 <name>propertyMapping.diameter</name> 367 712 <label>Spot diameter</label> 713 <description>The diameter of the spot in pixels</description> 368 714 <class>java.lang.String</class> 369 715 <value>\Dia.\</value> … … 372 718 <name>propertyMapping.ch2PercSat</name> 373 719 <label>Percent saturated pixels</label> 720 <description>Percentage of saturated pixels in channel 2</description> 374 721 <class>java.lang.String</class> 375 722 <value>\F532 % Sat.\</value> … … 378 725 <name>propertyMapping.ch1FgSd</name> 379 726 <label>Channel 1 foreground standard deviation</label> 727 <description>The standard deviation of the foreground intensity in channel 1</description> 380 728 <class>java.lang.String</class> 381 729 <value>\F635 SD\</value> … … 384 732 <name>propertyMapping.ch2PercSd1</name> 385 733 <label>Percent pixels within 1 standard deviation</label> 734 <description>Percentage of pixels within 1 standard deviation in channel 2</description> 386 735 <class>java.lang.String</class> 387 736 <value>\% > B532+1SD\</value> … … 390 739 <name>propertyMapping.fgPixels</name> 391 740 <label>Foreground pixels</label> 741 <description>Number of foreground pixels</description> 392 742 <class>java.lang.String</class> 393 743 <value>\F Pixels\</value> … … 396 746 <name>propertyMapping.ch2FgSd</name> 397 747 <label>Channel 2 foreground standard deviation</label> 748 <description>The standard deviation of the foreground intensity in channel 2</description> 398 749 <class>java.lang.String</class> 399 750 <value>\F532 SD\</value> … … 402 753 <name>propertyMapping.ch2BgSd</name> 403 754 <label>Channel 2 background standard deviation</label> 755 <description>The standard deviation of the background intensity in channel 2</description> 404 756 <class>java.lang.String</class> 405 757 <value>\B532 SD\</value> 758 </parameter> 759 <parameter> 760 <name>reporterIdColumnMapping</name> 761 <label>Reporter ID</label> 762 <description>Mapping that picks the spot's reporter from the data columns. For example: \ID\</description> 763 <class>java.lang.String</class> 764 <value>\ID\</value> 406 765 </parameter> 407 766 <parameter> 408 767 <name>headerRegexp</name> 409 768 <label>Header</label> 769 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 410 770 <class>java.lang.String</class> 411 771 <value>"(.+)=(.*)"</value> 412 </parameter>413 <parameter>414 <name>reporterIdColumnMapping</name>415 <label>Reporter ID</label>416 <class>java.lang.String</class>417 <value>\ID\</value>418 772 </parameter> 419 773 <parameter> 420 774 <name>propertyMapping.ch1FgMedian</name> 421 775 <label>Channel 1 foreground median</label> 776 <description>The median of the foreground intensity in channel 1</description> 422 777 <class>java.lang.String</class> 423 778 <value>\F635 Median\</value> … … 426 781 <name>propertyMapping.ch1BgMean</name> 427 782 <label>Channel 1 background mean</label> 783 <description>The mean of the background intensity in channel 1</description> 428 784 <class>java.lang.String</class> 429 785 <value>\B635 Mean\</value> 786 </parameter> 787 <parameter> 788 <name>rowColumnMapping</name> 789 <label>Row</label> 790 <description>Mapping that picks the spot's row in the block from the data columns. For example: \Row\</description> 791 <class>java.lang.String</class> 792 <value>\Row\</value> 430 793 </parameter> 431 794 <parameter> 432 795 <name>propertyMapping.ch2BgMedian</name> 433 796 <label>Channel 2 background median</label> 797 <description>The median of the background intensity in channel 2</description> 434 798 <class>java.lang.String</class> 435 799 <value>\B532 Median\</value> 436 </parameter>437 <parameter>438 <name>rowColumnMapping</name>439 <label>Row</label>440 <class>java.lang.String</class>441 <value>\Row\</value>442 800 </parameter> 443 801 <parameter> 444 802 <name>propertyMapping.ch1BgMedian</name> 445 803 <label>Channel 1 background median</label> 804 <description>The median of the background intensity in channel 1</description> 446 805 <class>java.lang.String</class> 447 806 <value>\B635 Median\</value> … … 450 809 <name>propertyMapping.ch2FgMean</name> 451 810 <label>Channel 2 foreground mean</label> 811 <description>The mean of the foreground intensity in channel 2</description> 452 812 <class>java.lang.String</class> 453 813 <value>\F532 Mean\</value> … … 456 816 <name>propertyMapping.rgnR2</name> 457 817 <label>Rgn R2</label> 818 <description>Rgn R2</description> 458 819 <class>java.lang.String</class> 459 820 <value>\Rgn R² (635/532)\</value> … … 462 823 <name>dataHeaderRegexp</name> 463 824 <label>Data header</label> 464 <class>java.lang.String</class> 465 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*"Ratio of Medians \(532\/635\)".*</value> 825 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 826 <class>java.lang.String</class> 827 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*"Ratio of Medians \(635\/532\)".*</value> 828 </parameter> 829 <parameter> 830 <name>propertyMapping.ch2FgMedian</name> 831 <label>Channel 2 foreground median</label> 832 <description>The median of the foreground intensity in channel 2</description> 833 <class>java.lang.String</class> 834 <value>\F532 Median\</value> 466 835 </parameter> 467 836 <parameter> 468 837 <name>propertyMapping.ratiosSd</name> 469 838 <label>Standard deviation of ratios</label> 470 <class>java.lang.String</class> 471 <value>\Ratios SD (532/635)\</value> 472 </parameter> 473 <parameter> 474 <name>propertyMapping.ch2FgMedian</name> 475 <label>Channel 2 foreground median</label> 476 <class>java.lang.String</class> 477 <value>\F532 Median\</value> 839 <description>Standard deviation of the intensity ratios for all pixels</description> 840 <class>java.lang.String</class> 841 <value>\Ratios SD (635/532)\</value> 478 842 </parameter> 479 843 <parameter> 480 844 <name>propertyMapping.ch1PercSat</name> 481 845 <label>Percent saturated pixels</label> 846 <description>Percentage of saturated pixels in channel 1</description> 482 847 <class>java.lang.String</class> 483 848 <value>\F635 % Sat.\</value> … … 486 851 <name>dataSplitterRegexp</name> 487 852 <label>Data splitter</label> 853 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 488 854 <class>java.lang.String</class> 489 855 <value>\t</value> … … 492 858 <name>columnColumnMapping</name> 493 859 <label>Column</label> 860 <description>Mapping that picks the spot's column in the block from the data columns. For example: \Column\</description> 494 861 <class>java.lang.String</class> 495 862 <value>\Column\</value> … … 498 865 <name>propertyMapping.bgPixels</name> 499 866 <label>Background pixels</label> 867 <description>Number of background pixels</description> 500 868 <class>java.lang.String</class> 501 869 <value>\B Pixels\</value> … … 504 872 <name>propertyMapping.ch1PercSd2</name> 505 873 <label>Percent pixels within 2 standard deviations</label> 874 <description>Percentage of pixels within 2 standard deviations in channel 1</description> 506 875 <class>java.lang.String</class> 507 876 <value>\% > B635+2SD\</value> 877 </parameter> 878 <parameter> 879 <name>metaGridXColumnMapping</name> 880 <label>MetaGridX</label> 881 <description>Mapping that picks the spot's meta-Grid X-axis from the data columns. For example: \Meta grid X\</description> 882 <class /> 883 <value /> 508 884 </parameter> 509 885 <parameter> 510 886 <name>propertyMapping.ch1FgMean</name> 511 887 <label>Channel 1 foreground mean</label> 888 <description>The mean of the foreground intensity in channel 1</description> 512 889 <class>java.lang.String</class> 513 890 <value>\F635 Mean\</value> … … 516 893 <name>xColumnMapping</name> 517 894 <label>X</label> 895 <description>Mapping that picks the spot's physical X coordinate from the data columns. For example: \X\</description> 518 896 <class>java.lang.String</class> 519 897 <value>\X\</value> 898 </parameter> 899 <parameter> 900 <name>metaGridYColumnMapping</name> 901 <label>MetaGridY</label> 902 <description>Mapping that picks the spot's meta-Grid Y-axis from the data columns. For example: \Meta grid Y\</description> 903 <class /> 904 <value /> 520 905 </parameter> 521 906 <parameter> 522 907 <name>propertyMapping.ch1BgSd</name> 523 908 <label>Channel 1 background standard deviation</label> 909 <description>The standard deviation of the background intensity in channel 1</description> 524 910 <class>java.lang.String</class> 525 911 <value>\B635 SD\</value> 912 </parameter> 913 <parameter> 914 <name>minDataColumns</name> 915 <label>Min data columns</label> 916 <description>The minimum number of columns for a line to be counted as a data line.</description> 917 <class /> 918 <value /> 526 919 </parameter> 527 920 <parameter> 528 921 <name>propertyMapping.rgnRatio</name> 529 922 <label>Rgn ratio</label> 923 <description>Rgn ratio</description> 530 924 <class>java.lang.String</class> 531 925 <value>\Rgn Ratio (635/532)\</value> 926 </parameter> 927 <parameter> 928 <name>ignoreRegexp</name> 929 <label>Ignore</label> 930 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 931 <class /> 932 <value /> 933 </parameter> 934 <parameter> 935 <name>propertyMapping.CV</name> 936 <label>CV</label> 937 <description>CV</description> 938 <class /> 939 <value /> 532 940 </parameter> 533 941 <parameter> 534 942 <name>propertyMapping.ch1PercSd1</name> 535 943 <label>Percent pixels within 1 standard deviation</label> 944 <description>Percentage of pixels within 1 standard deviation in channel 1</description> 536 945 <class>java.lang.String</class> 537 946 <value>\% > B635+1SD\</value> … … 540 949 <name>rawDataType</name> 541 950 <label>Raw data type</label> 951 <description>The type of raw data that this importer will import.</description> 542 952 <class>java.lang.String</class> 543 953 <value>genepix</value> 954 </parameter> 955 <parameter> 956 <name>dataFooterRegexp</name> 957 <label>Data footer</label> 958 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 959 <class /> 960 <value /> 544 961 </parameter> 545 962 <parameter> 546 963 <name>propertyMapping.ch2PercSd2</name> 547 964 <label>Percent pixels within 2 standard deviations</label> 965 <description>Percentage of pixels within 2 standard deviations in channel 2</description> 548 966 <class>java.lang.String</class> 549 967 <value>\% > B532+2SD\</value> … … 552 970 <name>blockColumnMapping</name> 553 971 <label>Block</label> 972 <description>Mapping that picks the spot's block from the data columns. For example: \Block\</description> 554 973 <class>java.lang.String</class> 555 974 <value>\Block\</value> … … 563 982 <name>yColumnMapping</name> 564 983 <label>Y</label> 984 <description>Mapping that picks the spot's physical Y coordinate from the data columns. For example: \Y\</description> 565 985 <class>java.lang.String</class> 566 986 <value>\Y\</value> 987 </parameter> 988 <parameter> 989 <name>maxDataColumns</name> 990 <label>Max data columns</label> 991 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 992 <class /> 993 <value /> 567 994 </parameter> 568 995 <parameter> 569 996 <name>propertyMapping.ch2BgMean</name> 570 997 <label>Channel 2 background mean</label> 998 <description>The mean of the background intensity in channel 2</description> 571 999 <class>java.lang.String</class> 572 1000 <value>\B635 Mean\</value> … … 575 1003 <name>propertyMapping.flags</name> 576 1004 <label>Flags</label> 1005 <description>Flags</description> 577 1006 <class>java.lang.String</class> 578 1007 <value>\Flags\</value> … … 581 1010 <name>propertyMapping.mValue</name> 582 1011 <label>M value</label> 1012 <description>M value</description> 583 1013 <class>java.lang.String</class> 584 1014 <value>\Log Ratio (532/635)\</value> … … 587 1017 <name>trimQuotes</name> 588 1018 <label>Remove quotes</label> 1019 <description>If true quotes (" or ') around data value will be removed.</description> 589 1020 <class>java.lang.Boolean</class> 590 1021 <value>true</value> 591 1022 </parameter> 592 1023 <parameter> 1024 <name>charset</name> 1025 <label>Character set</label> 1026 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 1027 <class>java.lang.String</class> 1028 <value>ISO-8859-1</value> 1029 </parameter> 1030 <parameter> 593 1031 <name>propertyMapping.diameter</name> 594 1032 <label>Spot diameter</label> 1033 <description>The diameter of the spot in pixels</description> 595 1034 <class>java.lang.String</class> 596 1035 <value>\Dia.\</value> … … 599 1038 <name>propertyMapping.ch2PercSat</name> 600 1039 <label>Percent saturated pixels</label> 1040 <description>Percentage of saturated pixels in channel 2</description> 601 1041 <class>java.lang.String</class> 602 1042 <value>\F635 % Sat.\</value> … … 605 1045 <name>propertyMapping.ch1FgSd</name> 606 1046 <label>Channel 1 foreground standard deviation</label> 1047 <description>The standard deviation of the foreground intensity in channel 1</description> 607 1048 <class>java.lang.String</class> 608 1049 <value>\F532 SD\</value> … … 611 1052 <name>propertyMapping.ch2PercSd1</name> 612 1053 <label>Percent pixels within 1 standard deviation</label> 1054 <description>Percentage of pixels within 1 standard deviation in channel 2</description> 613 1055 <class>java.lang.String</class> 614 1056 <value>\% > B635+1SD\</value> … … 617 1059 <name>propertyMapping.fgPixels</name> 618 1060 <label>Foreground pixels</label> 1061 <description>Number of foreground pixels</description> 619 1062 <class>java.lang.String</class> 620 1063 <value>\F Pixels\</value> … … 623 1066 <name>propertyMapping.ch2FgSd</name> 624 1067 <label>Channel 2 foreground standard deviation</label> 1068 <description>The standard deviation of the foreground intensity in channel 2</description> 625 1069 <class>java.lang.String</class> 626 1070 <value>\F635 SD\</value> … … 629 1073 <name>propertyMapping.ch2BgSd</name> 630 1074 <label>Channel 2 background standard deviation</label> 1075 <description>The standard deviation of the background intensity in channel 2</description> 631 1076 <class>java.lang.String</class> 632 1077 <value>\B635 SD\</value> 1078 </parameter> 1079 <parameter> 1080 <name>reporterIdColumnMapping</name> 1081 <label>Reporter ID</label> 1082 <description>Mapping that picks the spot's reporter from the data columns. For example: \ID\</description> 1083 <class>java.lang.String</class> 1084 <value>\ID\</value> 633 1085 </parameter> 634 1086 <parameter> 635 1087 <name>headerRegexp</name> 636 1088 <label>Header</label> 1089 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 637 1090 <class>java.lang.String</class> 638 1091 <value>"(.+)=(.*)"</value> 639 </parameter>640 <parameter>641 <name>reporterIdColumnMapping</name>642 <label>Reporter ID</label>643 <class>java.lang.String</class>644 <value>\ID\</value>645 1092 </parameter> 646 1093 <parameter> 647 1094 <name>propertyMapping.ch1FgMedian</name> 648 1095 <label>Channel 1 foreground median</label> 1096 <description>The median of the foreground intensity in channel 1</description> 649 1097 <class>java.lang.String</class> 650 1098 <value>\F532 Median\</value> … … 653 1101 <name>propertyMapping.ch1BgMean</name> 654 1102 <label>Channel 1 background mean</label> 1103 <description>The mean of the background intensity in channel 1</description> 655 1104 <class>java.lang.String</class> 656 1105 <value>\B532 Mean\</value> … … 659 1108 <name>propertyMapping.ch2BgMedian</name> 660 1109 <label>Channel 2 background median</label> 1110 <description>The median of the background intensity in channel 2</description> 661 1111 <class>java.lang.String</class> 662 1112 <value>\B635 Median\</value> … … 665 1115 <name>rowColumnMapping</name> 666 1116 <label>Row</label> 1117 <description>Mapping that picks the spot's row in the block from the data columns. For example: \Row\</description> 667 1118 <class>java.lang.String</class> 668 1119 <value>\Row\</value> … … 671 1122 <name>propertyMapping.ch1BgMedian</name> 672 1123 <label>Channel 1 background median</label> 1124 <description>The median of the background intensity in channel 1</description> 673 1125 <class>java.lang.String</class> 674 1126 <value>\B532 Median\</value> … … 677 1129 <name>propertyMapping.ch2FgMean</name> 678 1130 <label>Channel 2 foreground mean</label> 1131 <description>The mean of the foreground intensity in channel 2</description> 679 1132 <class>java.lang.String</class> 680 1133 <value>\F635 Mean\</value> … … 683 1136 <name>propertyMapping.rgnR2</name> 684 1137 <label>Rgn R2</label> 1138 <description>Rgn R2</description> 685 1139 <class>java.lang.String</class> 686 1140 <value>\Rgn R² (532/635)\</value> 1141 </parameter> 1142 <parameter> 1143 <name>propertyMapping.ch2FgMedian</name> 1144 <label>Channel 2 foreground median</label> 1145 <description>The median of the foreground intensity in channel 2</description> 1146 <class>java.lang.String</class> 1147 <value>\F635 Median\</value> 687 1148 </parameter> 688 1149 <parameter> 689 1150 <name>dataHeaderRegexp</name> 690 1151 <label>Data header</label> 691 <class>java.lang.String</class> 692 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*"Ratio of Medians \(635\/532\)".*</value> 1152 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 1153 <class>java.lang.String</class> 1154 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*"Ratio of Medians \(532\/635\)".*</value> 693 1155 </parameter> 694 1156 <parameter> 695 1157 <name>propertyMapping.ratiosSd</name> 696 1158 <label>Standard deviation of ratios</label> 1159 <description>Standard deviation of the intensity ratios for all pixels</description> 697 1160 <class>java.lang.String</class> 698 1161 <value>\Ratios SD (532/635)\</value> 699 </parameter>700 <parameter>701 <name>propertyMapping.ch2FgMedian</name>702 <label>Channel 2 foreground median</label>703 <class>java.lang.String</class>704 <value>\F635 Median\</value>705 1162 </parameter> 706 1163 <parameter> 707 1164 <name>propertyMapping.ch1PercSat</name> 708 1165 <label>Percent saturated pixels</label> 1166 <description>Percentage of saturated pixels in channel 1</description> 709 1167 <class>java.lang.String</class> 710 1168 <value>\F532 % Sat.\</value> … … 713 1171 <name>dataSplitterRegexp</name> 714 1172 <label>Data splitter</label> 1173 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 715 1174 <class>java.lang.String</class> 716 1175 <value>\t</value> … … 719 1178 <name>columnColumnMapping</name> 720 1179 <label>Column</label> 1180 <description>Mapping that picks the spot's column in the block from the data columns. For example: \Column\</description> 721 1181 <class>java.lang.String</class> 722 1182 <value>\Column\</value> … … 725 1185 <name>propertyMapping.bgPixels</name> 726 1186 <label>Background pixels</label> 1187 <description>Number of background pixels</description> 727 1188 <class>java.lang.String</class> 728 1189 <value>\B Pixels\</value> … … 731 1192 <name>propertyMapping.ch1PercSd2</name> 732 1193 <label>Percent pixels within 2 standard deviations</label> 1194 <description>Percentage of pixels within 2 standard deviations in channel 1</description> 733 1195 <class>java.lang.String</class> 734 1196 <value>\% > B532+2SD\</value> 1197 </parameter> 1198 <parameter> 1199 <name>metaGridXColumnMapping</name> 1200 <label>MetaGridX</label> 1201 <description>Mapping that picks the spot's meta-Grid X-axis from the data columns. For example: \Meta grid X\</description> 1202 <class /> 1203 <value /> 735 1204 </parameter> 736 1205 <parameter> 737 1206 <name>propertyMapping.ch1FgMean</name> 738 1207 <label>Channel 1 foreground mean</label> 1208 <description>The mean of the foreground intensity in channel 1</description> 739 1209 <class>java.lang.String</class> 740 1210 <value>\F532 Mean\</value> … … 743 1213 <name>xColumnMapping</name> 744 1214 <label>X</label> 1215 <description>Mapping that picks the spot's physical X coordinate from the data columns. For example: \X\</description> 745 1216 <class>java.lang.String</class> 746 1217 <value>\X\</value> 1218 </parameter> 1219 <parameter> 1220 <name>metaGridYColumnMapping</name> 1221 <label>MetaGridY</label> 1222 <description>Mapping that picks the spot's meta-Grid Y-axis from the data columns. For example: \Meta grid Y\</description> 1223 <class /> 1224 <value /> 747 1225 </parameter> 748 1226 <parameter> 749 1227 <name>propertyMapping.ch1BgSd</name> 750 1228 <label>Channel 1 background standard deviation</label> 1229 <description>The standard deviation of the background intensity in channel 1</description> 751 1230 <class>java.lang.String</class> 752 1231 <value>\B532 SD\</value> 1232 </parameter> 1233 <parameter> 1234 <name>minDataColumns</name> 1235 <label>Min data columns</label> 1236 <description>The minimum number of columns for a line to be counted as a data line.</description> 1237 <class /> 1238 <value /> 753 1239 </parameter> 754 1240 <parameter> 755 1241 <name>propertyMapping.rgnRatio</name> 756 1242 <label>Rgn ratio</label> 1243 <description>Rgn ratio</description> 757 1244 <class>java.lang.String</class> 758 1245 <value>\Rgn Ratio (532/635)\</value> 1246 </parameter> 1247 <parameter> 1248 <name>ignoreRegexp</name> 1249 <label>Ignore</label> 1250 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 1251 <class /> 1252 <value /> 759 1253 </parameter> 760 1254 <parameter> 761 1255 <name>propertyMapping.ch1PercSd1</name> 762 1256 <label>Percent pixels within 1 standard deviation</label> 1257 <description>Percentage of pixels within 1 standard deviation in channel 1</description> 763 1258 <class>java.lang.String</class> 764 1259 <value>\% > B532+1SD\</value> 1260 </parameter> 1261 <parameter> 1262 <name>propertyMapping.CV</name> 1263 <label>CV</label> 1264 <description>CV</description> 1265 <class /> 1266 <value /> 765 1267 </parameter> 766 1268 <parameter> 767 1269 <name>rawDataType</name> 768 1270 <label>Raw data type</label> 1271 <description>The type of raw data that this importer will import.</description> 769 1272 <class>java.lang.String</class> 770 1273 <value>genepix</value> 1274 </parameter> 1275 <parameter> 1276 <name>dataFooterRegexp</name> 1277 <label>Data footer</label> 1278 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 1279 <class /> 1280 <value /> 771 1281 </parameter> 772 1282 <parameter> 773 1283 <name>propertyMapping.ch2PercSd2</name> 774 1284 <label>Percent pixels within 2 standard deviations</label> 1285 <description>Percentage of pixels within 2 standard deviations in channel 2</description> 775 1286 <class>java.lang.String</class> 776 1287 <value>\% > B635+2SD\</value> … … 779 1290 <name>blockColumnMapping</name> 780 1291 <label>Block</label> 1292 <description>Mapping that picks the spot's block from the data columns. For example: \Block\</description> 781 1293 <class>java.lang.String</class> 782 1294 <value>\Block\</value> … … 787 1299 <description>This configuration is for the Plate importer plugin when to import 96-well plates.</description> 788 1300 <parameter> 1301 <name>maxDataColumns</name> 1302 <label>Max data columns</label> 1303 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 1304 <class /> 1305 <value /> 1306 </parameter> 1307 <parameter> 1308 <name>reporterColumnMapping</name> 1309 <label>Reporter ID</label> 1310 <description>Mapping that picks the well's reporter id from the data columns. For example: \ID\</description> 1311 <class>java.lang.String</class> 1312 <value>\oligo_id\</value> 1313 </parameter> 1314 <parameter> 1315 <name>dataHeaderRegexp</name> 1316 <label>Data header</label> 1317 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 1318 <class>java.lang.String</class> 1319 <value>96_number\t96_column\t96_row\t96_position\toligo_id.*</value> 1320 </parameter> 1321 <parameter> 1322 <name>barcodeColumnMapping</name> 1323 <label>Plate barcode</label> 1324 <description>Mapping that picks the plate barcode from the data columns. For example: \Barcode\</description> 1325 <class /> 1326 <value /> 1327 </parameter> 1328 <parameter> 1329 <name>trimQuotes</name> 1330 <label>Remove quotes</label> 1331 <description>If true quotes (" or ') around data value will be removed.</description> 1332 <class>java.lang.Boolean</class> 1333 <value>true</value> 1334 </parameter> 1335 <parameter> 1336 <name>dataSplitterRegexp</name> 1337 <label>Data splitter</label> 1338 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 1339 <class>java.lang.String</class> 1340 <value>\t</value> 1341 </parameter> 1342 <parameter> 1343 <name>charset</name> 1344 <label>Character set</label> 1345 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 1346 <class>java.lang.String</class> 1347 <value>ISO-8859-1</value> 1348 </parameter> 1349 <parameter> 1350 <name>columnColumnMapping</name> 1351 <label>Column</label> 1352 <description>Mapping that picks the well's column in the plate from the data columns. For example: \Column\</description> 1353 <class>java.lang.String</class> 1354 <value>\96_column\</value> 1355 </parameter> 1356 <parameter> 789 1357 <name>nameColumnMapping</name> 790 1358 <label>Plate number/name</label> 1359 <description>Mapping that picks the plate name from the data columns. For example: \Plate\</description> 791 1360 <class>java.lang.String</class> 792 1361 <value>\96_number\</value> 793 1362 </parameter> 794 1363 <parameter> 795 <name>reporterColumnMapping</name> 796 <label>Reporter ID</label> 797 <class>java.lang.String</class> 798 <value>\oligo_id\</value> 799 </parameter> 800 <parameter> 801 <name>dataHeaderRegexp</name> 802 <label>Data header</label> 803 <class>java.lang.String</class> 804 <value>96_number\t96_column\t96_row\t96_position\toligo_id.*</value> 805 </parameter> 806 <parameter> 807 <name>trimQuotes</name> 808 <label>Remove quotes</label> 809 <class>java.lang.Boolean</class> 810 <value>true</value> 811 </parameter> 812 <parameter> 813 <name>dataSplitterRegexp</name> 814 <label>Data splitter</label> 815 <class>java.lang.String</class> 816 <value>\t</value> 817 </parameter> 818 <parameter> 819 <name>columnColumnMapping</name> 820 <label>Column</label> 821 <class>java.lang.String</class> 822 <value>\96_column\</value> 1364 <name>minDataColumns</name> 1365 <label>Min data columns</label> 1366 <description>The minimum number of columns for a line to be counted as a data line.</description> 1367 <class /> 1368 <value /> 1369 </parameter> 1370 <parameter> 1371 <name>ignoreRegexp</name> 1372 <label>Ignore</label> 1373 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 1374 <class /> 1375 <value /> 1376 </parameter> 1377 <parameter> 1378 <name>dataFooterRegexp</name> 1379 <label>Data footer</label> 1380 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 1381 <class /> 1382 <value /> 1383 </parameter> 1384 <parameter> 1385 <name>headerRegexp</name> 1386 <label>Header</label> 1387 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 1388 <class /> 1389 <value /> 823 1390 </parameter> 824 1391 <parameter> 825 1392 <name>rowColumnMapping</name> 826 1393 <label>Row</label> 1394 <description>Mapping that picks the well's row in the plate from the data columns. For example: \Row\</description> 827 1395 <class>java.lang.String</class> 828 1396 <value>\96_row\</value> … … 833 1401 <description>This configuration is for importing reporters from the same text file as 96well plates are imported from.</description> 834 1402 <parameter> 1403 <name>maxDataColumns</name> 1404 <label>Max data columns</label> 1405 <description>The maximum number of columns for a line to be counted as a data line, or 0 to allow any number of columns.</description> 1406 <class /> 1407 <value /> 1408 </parameter> 1409 <parameter> 1410 <name>extendedColumnMapping.locusLink</name> 1411 <label>LocusLink</label> 1412 <description /> 1413 <class /> 1414 <value /> 1415 </parameter> 1416 <parameter> 1417 <name>trimQuotes</name> 1418 <label>Remove quotes</label> 1419 <description>If true quotes (" or ') around data value will be removed.</description> 1420 <class>java.lang.Boolean</class> 1421 <value>true</value> 1422 </parameter> 1423 <parameter> 1424 <name>charset</name> 1425 <label>Character set</label> 1426 <description>The character set used in the file, if not specified the default character set is used (ISO-8859-1).</description> 1427 <class>java.lang.String</class> 1428 <value>ISO-8859-1</value> 1429 </parameter> 1430 <parameter> 1431 <name>scoreColumnMapping</name> 1432 <label>Score</label> 1433 <description>Mapping that picks the reporter's score in some context. This mapping is only used when importing to a reporter list.</description> 1434 <class /> 1435 <value /> 1436 </parameter> 1437 <parameter> 835 1438 <name>nameColumnMapping</name> 836 1439 <label>Name</label> 1440 <description>Mapping that picks the reporter's name from the data columns. For example: \Name\</description> 837 1441 <class>java.lang.String</class> 838 1442 <value>\oligo_id\</value> 1443 </parameter> 1444 <parameter> 1445 <name>extendedColumnMapping.markers</name> 1446 <label>Markers</label> 1447 <description /> 1448 <class /> 1449 <value /> 1450 </parameter> 1451 <parameter> 1452 <name>extendedColumnMapping.vector</name> 1453 <label>Vector</label> 1454 <description>The vector from which the reporter is derived</description> 1455 <class /> 1456 <value /> 1457 </parameter> 1458 <parameter> 1459 <name>extendedColumnMapping.nid</name> 1460 <label>NID</label> 1461 <description /> 1462 <class /> 1463 <value /> 1464 </parameter> 1465 <parameter> 1466 <name>descriptionColumnMapping</name> 1467 <label>Description</label> 1468 <description>Mapping that picks the reporter's description from the data columns. For example: \Description\</description> 1469 <class>java.lang.String</class> 1470 <value>\description_Ensembl*\</value> 1471 </parameter> 1472 <parameter> 1473 <name>headerRegexp</name> 1474 <label>Header</label> 1475 <description>A regular expression that matches a header line and extracts the name and a value parts. For example, split on equal symbol: (.+)=(.*)</description> 1476 <class /> 1477 <value /> 1478 </parameter> 1479 <parameter> 1480 <name>reporterIdColumnMapping</name> 1481 <label>Reporter ID</label> 1482 <description>Mapping that picks the reporter's ID from the data columns. For example: \ID\</description> 1483 <class>java.lang.String</class> 1484 <value>\oligo_id\</value> 1485 </parameter> 1486 <parameter> 1487 <name>symbolColumnMapping</name> 1488 <label>Gene symbol</label> 1489 <description>Mapping that picks the reporter's gene symbol from the data columns. For example: \Gene symbol\</description> 1490 <class>java.lang.String</class> 1491 <value>\gene_symbol_Ensembl*\</value> 1492 </parameter> 1493 <parameter> 1494 <name>extendedColumnMapping.antibiotics</name> 1495 <label>Antibiotics</label> 1496 <description /> 1497 <class /> 1498 <value /> 1499 </parameter> 1500 <parameter> 1501 <name>extendedColumnMapping.omim</name> 1502 <label>OMIM</label> 1503 <description /> 1504 <class /> 1505 <value /> 1506 </parameter> 1507 <parameter> 1508 <name>extendedColumnMapping.chromosome</name> 1509 <label>Chromosome</label> 1510 <description>The chromosome from which the reporter is derived</description> 1511 <class /> 1512 <value /> 1513 </parameter> 1514 <parameter> 1515 <name>reporterType</name> 1516 <label>Reporter type</label> 1517 <description>The reporter type assigned to the imported reporters</description> 1518 <class /> 1519 <value /> 839 1520 </parameter> 840 1521 <parameter> 841 1522 <name>dataHeaderRegexp</name> 842 1523 <label>Data header</label> 1524 <description>A regular expression that matches the header line just before the data begins. For example: Block\tRow\tColumn.*</description> 843 1525 <class>java.lang.String</class> 844 1526 <value>96_number\t96_column\t96_row\t96_position\toligo_id.*</value> 845 </parameter>846 <parameter>847 <name>trimQuotes</name>848 <label>Remove quotes</label>849 <class>java.lang.Boolean</class>850 <value>true</value>851 1527 </parameter> 852 1528 <parameter> 853 1529 <name>dataSplitterRegexp</name> 854 1530 <label>Data splitter</label> 1531 <description>A regular expression that splits each data line into individual columns. For example, split on tabs: \t</description> 855 1532 <class>java.lang.String</class> 856 1533 <value>\t</value> 857 1534 </parameter> 858 1535 <parameter> 859 <name>descriptionColumnMapping</name> 860 <label>Description</label> 861 <class>java.lang.String</class> 862 <value>\description_Ensembl*\</value> 863 </parameter> 864 <parameter> 865 <name>symbolColumnMapping</name> 866 <label>Gene symbol</label> 867 <class>java.lang.String</class> 868 <value>\gene_symbol_Ensembl*\</value> 869 </parameter> 870 <parameter> 871 <name>reporterIdColumnMapping</name> 872 <label>Reporter ID</label> 873 <class>java.lang.String</class> 874 <value>\oligo_id\</value> 1536 <name>extendedColumnMapping.length</name> 1537 <label>Length</label> 1538 <description>The length of the sequence</description> 1539 <class /> 1540 <value /> 1541 </parameter> 1542 <parameter> 1543 <name>extendedColumnMapping.tissue</name> 1544 <label>Tissue</label> 1545 <description>The tissue from which the reporter is derived</description> 1546 <class /> 1547 <value /> 1548 </parameter> 1549 <parameter> 1550 <name>extendedColumnMapping.accession</name> 1551 <label>Accession</label> 1552 <description /> 1553 <class /> 1554 <value /> 1555 </parameter> 1556 <parameter> 1557 <name>minDataColumns</name> 1558 <label>Min data columns</label> 1559 <description>The minimum number of columns for a line to be counted as a data line.</description> 1560 <class /> 1561 <value /> 1562 </parameter> 1563 <parameter> 1564 <name>ignoreRegexp</name> 1565 <label>Ignore</label> 1566 <description>A regular expression that matches any line that should be ignored. For example, ignore lines starting with #: ^#.*</description> 1567 <class /> 1568 <value /> 1569 </parameter> 1570 <parameter> 1571 <name>reporterTypeColumnMapping</name> 1572 <label>Reporter type</label> 1573 <description>Mapping that pick the reporter's type from the data columns. This will overide the reporter type parameter. For example: \Reporter type\</description> 1574 <class /> 1575 <value /> 1576 </parameter> 1577 <parameter> 1578 <name>extendedColumnMapping.library</name> 1579 <label>Library</label> 1580 <description>The library from which the reporter is derived</description> 1581 <class /> 1582 <value /> 1583 </parameter> 1584 <parameter> 1585 <name>extendedColumnMapping.clusterId</name> 1586 <label>Cluster ID</label> 1587 <description>A unique identifier for a Unigene entry</description> 1588 <class /> 1589 <value /> 1590 </parameter> 1591 <parameter> 1592 <name>dataFooterRegexp</name> 1593 <label>Data footer</label> 1594 <description>A regular expression that matches the first line of non-data after the data lines. For example: __END_OF_DATA__</description> 1595 <class /> 1596 <value /> 1597 </parameter> 1598 <parameter> 1599 <name>extendedColumnMapping.cytoband</name> 1600 <label>Cytoband</label> 1601 <description>The cytoband from which the reporter is derived</description> 1602 <class /> 1603 <value /> 875 1604 </parameter> 876 1605 <parameter> 877 1606 <name>extendedColumnMapping.sequence</name> 878 1607 <label>Sequence</label> 1608 <description>The nucleotide sequence of the reporter</description> 879 1609 <class>java.lang.String</class> 880 1610 <value>\oligo_sequence\</value> 1611 </parameter> 1612 <parameter> 1613 <name>extendedColumnMapping.species</name> 1614 <label>Species</label> 1615 <description>The organism from which the reporter is derived</description> 1616 <class /> 1617 <value /> 881 1618 </parameter> 882 1619 </configuration>
Note: See TracChangeset
for help on using the changeset viewer.