Item talk:Q61064: Difference between revisions

From geokb
(Added abstract and other texts to publication item's discussion page for reference)
 
(Wrote fresh schema.org document to item wiki page)
Line 1: Line 1:
= SSR_pipeline--computer software for the identification of microsatellite sequences from paired-end Illumina high-throughput DNA sequence data =
{"@context": "https://schema.org", "@type": "CreativeWork", "additionalType": "USGS Numbered Series", "name": "SSR_pipeline--computer software for the identification of microsatellite sequences from paired-end Illumina high-throughput DNA sequence data", "identifier": [{"@type": "PropertyValue", "propertyID": "USGS Publications Warehouse IndexID", "value": "ds778", "url": "https://pubs.usgs.gov/publication/ds778"}, {"@type": "PropertyValue", "propertyID": "USGS Publications Warehouse Internal ID", "value": 70046704}, {"@type": "PropertyValue", "propertyID": "DOI", "value": "10.3133/ds778", "url": "https://doi.org/10.3133/ds778"}], "inLanguage": "en", "isPartOf": [{"@type": "CreativeWorkSeries", "name": "Data Series"}], "datePublished": "2013", "dateModified": "2013-06-26", "abstract": "SSR_pipeline is a flexible set of programs designed to efficiently identify simple sequence repeats (SSRs; for example, microsatellites) from paired-end high-throughput Illumina DNA sequencing data. The program suite contains three analysis modules along with a fourth control module that can be used to automate analyses of large volumes of data. The modules are used to (1) identify the subset of paired-end sequences that pass quality standards, (2) align paired-end reads into a single composite DNA sequence, and (3) identify sequences that possess microsatellites conforming to user specified parameters. Each of the three separate analysis modules also can be used independently to provide greater flexibility or to work with FASTQ or FASTA files generated from other sequencing platforms (Roche 454, Ion Torrent, etc).\n\nAll modules are implemented in the Python programming language and can therefore be used from nearly any computer operating system (Linux, Macintosh, Windows). The program suite relies on a compiled Python extension module to perform paired-end alignments. Instructions for compiling the extension from source code are provided in the documentation. Users who do not have Python installed on their computers or who do not have the ability to compile software also may choose to download packaged executable files. These files include all Python scripts, a copy of the compiled extension module, and a minimal installation of Python in a single binary executable. See program documentation for more information.", "description": "HTML Document; Program Documentation; Program Executable Files", "publisher": {"@type": "Organization", "name": "U.S. Geological Survey"}, "author": [{"@type": "Person", "name": "Haig, Susan M. susan_haig@usgs.gov", "givenName": "Susan M.", "familyName": "Haig", "email": "susan_haig@usgs.gov", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "0000-0002-6616-7589", "url": "https://orcid.org/0000-0002-6616-7589"}, "affiliation": [{"@type": "Organization", "name": "Forest and Rangeland Ecosys Science Center", "url": "https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center"}, {"@type": "Organization", "name": "Forest and Rangeland Ecosystem Science Center", "url": "https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center"}]}, {"@type": "Person", "name": "Miller, Mark P. mpmiller@usgs.gov", "givenName": "Mark P.", "familyName": "Miller", "email": "mpmiller@usgs.gov", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "0000-0003-1045-1772", "url": "https://orcid.org/0000-0003-1045-1772"}, "affiliation": [{"@type": "Organization", "name": "WMA - Office of Planning and Programming", "url": "https://www.usgs.gov/mission-areas/water-resources"}]}, {"@type": "Person", "name": "Mullins, Thomas D.", "givenName": "Thomas D.", "familyName": "Mullins"}, {"@type": "Person", "name": "Knaus, Brian J.", "givenName": "Brian J.", "familyName": "Knaus"}], "funder": [{"@type": "Organization", "name": "Forest and Rangeland Ecosystem Science Center", "url": "https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center"}]}
SSR_pipeline is a flexible set of programs designed to efficiently identify simple sequence repeats (SSRs; for example, microsatellites) from paired-end high-throughput Illumina DNA sequencing data. The program suite contains three analysis modules along with a fourth control module that can be used to automate analyses of large volumes of data. The modules are used to (1) identify the subset of paired-end sequences that pass quality standards, (2) align paired-end reads into a single composite DNA sequence, and (3) identify sequences that possess microsatellites conforming to user specified parameters. Each of the three separate analysis modules also can be used independently to provide greater flexibility or to work with FASTQ or FASTA files generated from other sequencing platforms (Roche 454, Ion Torrent, etc). All modules are implemented in the Python programming language and can therefore be used from nearly any computer operating system (Linux, Macintosh, Windows). The program suite relies on a compiled Python extension module to perform paired-end alignments. Instructions for compiling the extension from source code are provided in the documentation. Users who do not have Python installed on their computers or who do not have the ability to compile software also may choose to download packaged executable files. These files include all Python scripts, a copy of the compiled extension module, and a minimal installation of Python in a single binary executable. See program documentation for more information.

Revision as of 21:50, 15 July 2024

{"@context": "https://schema.org", "@type": "CreativeWork", "additionalType": "USGS Numbered Series", "name": "SSR_pipeline--computer software for the identification of microsatellite sequences from paired-end Illumina high-throughput DNA sequence data", "identifier": [{"@type": "PropertyValue", "propertyID": "USGS Publications Warehouse IndexID", "value": "ds778", "url": "https://pubs.usgs.gov/publication/ds778"}, {"@type": "PropertyValue", "propertyID": "USGS Publications Warehouse Internal ID", "value": 70046704}, {"@type": "PropertyValue", "propertyID": "DOI", "value": "10.3133/ds778", "url": "https://doi.org/10.3133/ds778"}], "inLanguage": "en", "isPartOf": [{"@type": "CreativeWorkSeries", "name": "Data Series"}], "datePublished": "2013", "dateModified": "2013-06-26", "abstract": "SSR_pipeline is a flexible set of programs designed to efficiently identify simple sequence repeats (SSRs; for example, microsatellites) from paired-end high-throughput Illumina DNA sequencing data. The program suite contains three analysis modules along with a fourth control module that can be used to automate analyses of large volumes of data. The modules are used to (1) identify the subset of paired-end sequences that pass quality standards, (2) align paired-end reads into a single composite DNA sequence, and (3) identify sequences that possess microsatellites conforming to user specified parameters. Each of the three separate analysis modules also can be used independently to provide greater flexibility or to work with FASTQ or FASTA files generated from other sequencing platforms (Roche 454, Ion Torrent, etc).\n\nAll modules are implemented in the Python programming language and can therefore be used from nearly any computer operating system (Linux, Macintosh, Windows). The program suite relies on a compiled Python extension module to perform paired-end alignments. Instructions for compiling the extension from source code are provided in the documentation. Users who do not have Python installed on their computers or who do not have the ability to compile software also may choose to download packaged executable files. These files include all Python scripts, a copy of the compiled extension module, and a minimal installation of Python in a single binary executable. See program documentation for more information.", "description": "HTML Document; Program Documentation; Program Executable Files", "publisher": {"@type": "Organization", "name": "U.S. Geological Survey"}, "author": [{"@type": "Person", "name": "Haig, Susan M. susan_haig@usgs.gov", "givenName": "Susan M.", "familyName": "Haig", "email": "susan_haig@usgs.gov", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "0000-0002-6616-7589", "url": "https://orcid.org/0000-0002-6616-7589"}, "affiliation": [{"@type": "Organization", "name": "Forest and Rangeland Ecosys Science Center", "url": "https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center"}, {"@type": "Organization", "name": "Forest and Rangeland Ecosystem Science Center", "url": "https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center"}]}, {"@type": "Person", "name": "Miller, Mark P. mpmiller@usgs.gov", "givenName": "Mark P.", "familyName": "Miller", "email": "mpmiller@usgs.gov", "identifier": {"@type": "PropertyValue", "propertyID": "ORCID", "value": "0000-0003-1045-1772", "url": "https://orcid.org/0000-0003-1045-1772"}, "affiliation": [{"@type": "Organization", "name": "WMA - Office of Planning and Programming", "url": "https://www.usgs.gov/mission-areas/water-resources"}]}, {"@type": "Person", "name": "Mullins, Thomas D.", "givenName": "Thomas D.", "familyName": "Mullins"}, {"@type": "Person", "name": "Knaus, Brian J.", "givenName": "Brian J.", "familyName": "Knaus"}], "funder": [{"@type": "Organization", "name": "Forest and Rangeland Ecosystem Science Center", "url": "https://www.usgs.gov/centers/forest-and-rangeland-ecosystem-science-center"}]}