=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-bioc-geoquery-2.58.0+dfsg/inst/doc/GEOquery.Rmd-258- r-bioc-geoquery-2.58.0+dfsg/inst/doc/GEOquery.Rmd:259:The code above loads the GPL97 record into R. The Meta method extracts a list of header information from the GPL record. The `title` gives the human name of the platform. The `series_id` gives a vector of series ids. Note that there are `r length(Meta(gpl97)$series_id)` series associated with this platform and `r length(Meta(gpl97)$sample_id)` samples. Code like the following could be used to download all the samples or series. I show only the first 5 samples as an example: r-bioc-geoquery-2.58.0+dfsg/inst/doc/GEOquery.Rmd-260- ############################################## r-bioc-geoquery-2.58.0+dfsg/vignettes/GEOquery.Rmd-258- r-bioc-geoquery-2.58.0+dfsg/vignettes/GEOquery.Rmd:259:The code above loads the GPL97 record into R. The Meta method extracts a list of header information from the GPL record. The `title` gives the human name of the platform. The `series_id` gives a vector of series ids. Note that there are `r length(Meta(gpl97)$series_id)` series associated with this platform and `r length(Meta(gpl97)$sample_id)` samples. Code like the following could be used to download all the samples or series. I show only the first 5 samples as an example: r-bioc-geoquery-2.58.0+dfsg/vignettes/GEOquery.Rmd-260- ############################################## r-bioc-geoquery-2.58.0+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-bioc-geoquery-2.58.0+dfsg/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-bioc-geoquery-2.58.0+dfsg/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM