SAMtools (original) (raw)

About DBpedia

SAMtoolsは、DNAシークエンシングのショートリードシーケンスアラインメント後の処理に用いられるソフトウェアで、扱えるファイル形式はとBAMフォーマットである。によって開発された。SAM/BAM形式のファイルはBWA等のショートリードアライナーから出力される。主な機能としては、多型の検出やアライメントの表示、インデクシング、データ抽出、ファイル形式の変換などがある。一般的にSAM形式のファイルは非常に巨大(数十ギガバイト)になることが多いので、このソフトウェアを利用してBAM形式のファイルに変換してから解析に利用することになる。BAMファイルはSAMファイルの圧縮版と考えて良い。SAMtoolsはBAMファイルを圧縮したままの状態で直接扱うことができるので、毎回ファイルを展開する必要はない。また、SAM/BAM形式のファイルは複雑な構造をしておりファイル内には塩基配列やそのクオリティ情報、リファレンスゲノムの情報、アライメント、ユーザー定義情報などが含まれているが、SAMtoolsを使えばこれらの形式に関する詳細な知識がなくても簡単な操作で扱うことができる。

Property Value
dbo:abstract SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM (Sequence Alignment/Map), BAM (Binary Alignment/Map) and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. Both simple and advanced tools are provided, supporting complex tasks like variant calling and alignment viewing as well as sorting, indexing, data extraction and format conversion. SAM files can be very large (10s of Gigabytes is common), so compression is used to save space. SAM files are human-readable text files, and BAM files are simply their binary equivalent, whilst CRAM files are a restructured column-oriented binary container format. BAM files are typically compressed and more efficient for software to work with than SAM. SAMtools makes it possible to work directly with a compressed BAM file, without having to uncompress the whole file. Additionally, since the format for a SAM/BAM file is somewhat complex - containing reads, references, alignments, quality information, and user-specified annotations - SAMtools reduces the effort needed to use SAM/BAM files by hiding low-level details. As third-party projects were trying to use code from SAMtools despite it not being designed to be embedded in that way, the decision was taken in August 2014 to split the SAMtools package into a stand-alone software library with a well-defined API (HTSlib), a project for variant calling and manipulation of variant data (BCFtools), and the stand-alone SAMtools package for working with sequence alignment data. (en) SAMtoolsは、DNAシークエンシングのショートリードシーケンスアラインメント後の処理に用いられるソフトウェアで、扱えるファイル形式はとBAMフォーマットである。によって開発された。SAM/BAM形式のファイルはBWA等のショートリードアライナーから出力される。主な機能としては、多型の検出やアライメントの表示、インデクシング、データ抽出、ファイル形式の変換などがある。一般的にSAM形式のファイルは非常に巨大(数十ギガバイト)になることが多いので、このソフトウェアを利用してBAM形式のファイルに変換してから解析に利用することになる。BAMファイルはSAMファイルの圧縮版と考えて良い。SAMtoolsはBAMファイルを圧縮したままの状態で直接扱うことができるので、毎回ファイルを展開する必要はない。また、SAM/BAM形式のファイルは複雑な構造をしておりファイル内には塩基配列やそのクオリティ情報、リファレンスゲノムの情報、アライメント、ユーザー定義情報などが含まれているが、SAMtoolsを使えばこれらの形式に関する詳細な知識がなくても簡単な操作で扱うことができる。 (ja) SAMtools — это набор утилит для обработки коротких фрагментов секвенированной ДНК в форматах или . Автор SAMtools — китайский биоинформатик Хэн Ли, который является также автором спецификаций форматов SAM и BAM. В настоящее время ведущими разработчиками SAMtools являются Петр Данечек (чеш. Petr Daněček) и Джон Маршалл (англ. John Marshall). (ru)
dbo:author dbr:Heng_Li
dbo:genre dbr:Bioinformatics
dbo:latestReleaseDate 2020-09-22 (xsd:date)
dbo:latestReleaseVersion 1.12
dbo:license dbr:BSD_licenses dbr:MIT_License
dbo:operatingSystem dbr:Unix-like
dbo:programmingLanguage dbr:C_language
dbo:wikiPageExternalLink http://seqanswers.com/wiki/SAMtools http://www.htslib.org/doc/samtools.html http://www.htslib.org http://www.broadinstitute.org/gatk/media/docs/Samtools.pdf http://www.embl.de/~rausch/sam.pdf
dbo:wikiPageID 34328568 (xsd:integer)
dbo:wikiPageLength 11439 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1022162039 (xsd:integer)
dbo:wikiPageWikiLink dbr:Unix dbr:Unix-like dbr:Sequence_alignment dbr:List_of_sequence_alignment_software dbc:Bioinformatics_software dbr:Conveyor_belt dbr:Stream_(computing) dbr:Heng_Li dbr:Pileup_format dbr:Standard_streams dbr:BSD_licenses dbc:DNA_sequencing dbr:DNA_sequencing dbr:API dbc:Public-domain_software dbr:Bioinformatics dbc:Bioinformatics_algorithms dbr:CRAM_(file_format) dbr:MIT_License dbr:SAM_(file_format) dbr:Gigabyte dbr:BAM_(file_format) dbr:Format_conversion dbr:Burrows-Wheeler_Aligner dbr:C_language
dbp:author dbr:Heng_Li
dbp:date March 2021 (en)
dbp:developer John Marshall and Petr Danecek et al (en)
dbp:genre dbr:Bioinformatics
dbp:latestReleaseDate 2020-09-22 (xsd:date)
dbp:latestReleaseVersion 1.120000 (xsd:double)
dbp:license dbr:BSD_licenses dbr:MIT_License
dbp:operatingSystem dbr:Unix-like
dbp:programmingLanguage dbr:C_language
dbp:released 2009 (xsd:integer)
dbp:type units (en)
dbp:wikiPageUsesTemplate dbt:= dbt:Infobox_software dbt:Mono dbt:Reflist dbt:Start_date_and_age dbt:Wikibooks dbt:Vs dbt:Bioinformatics
dct:subject dbc:Bioinformatics_software dbc:DNA_sequencing dbc:Public-domain_software dbc:Bioinformatics_algorithms
gold:hypernym dbr:Set
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:WikicatBioinformaticsAlgorithms yago:Abstraction100002137 yago:Act100030358 yago:Activity100407535 yago:Algorithm105847438 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Event100029378 yago:Procedure101023820 yago:PsychologicalFeature100023100 yago:Writing106359877 yago:WrittenCommunication106349220 yago:YagoPermanentlyLocatedEntity yago:Rule105846932 yago:Software106566077
rdfs:comment SAMtoolsは、DNAシークエンシングのショートリードシーケンスアラインメント後の処理に用いられるソフトウェアで、扱えるファイル形式はとBAMフォーマットである。によって開発された。SAM/BAM形式のファイルはBWA等のショートリードアライナーから出力される。主な機能としては、多型の検出やアライメントの表示、インデクシング、データ抽出、ファイル形式の変換などがある。一般的にSAM形式のファイルは非常に巨大(数十ギガバイト)になることが多いので、このソフトウェアを利用してBAM形式のファイルに変換してから解析に利用することになる。BAMファイルはSAMファイルの圧縮版と考えて良い。SAMtoolsはBAMファイルを圧縮したままの状態で直接扱うことができるので、毎回ファイルを展開する必要はない。また、SAM/BAM形式のファイルは複雑な構造をしておりファイル内には塩基配列やそのクオリティ情報、リファレンスゲノムの情報、アライメント、ユーザー定義情報などが含まれているが、SAMtoolsを使えばこれらの形式に関する詳細な知識がなくても簡単な操作で扱うことができる。 (ja) SAMtools — это набор утилит для обработки коротких фрагментов секвенированной ДНК в форматах или . Автор SAMtools — китайский биоинформатик Хэн Ли, который является также автором спецификаций форматов SAM и BAM. В настоящее время ведущими разработчиками SAMtools являются Петр Данечек (чеш. Petr Daněček) и Джон Маршалл (англ. John Marshall). (ru) SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM (Sequence Alignment/Map), BAM (Binary Alignment/Map) and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. Both simple and advanced tools are provided, supporting complex tasks like variant calling and alignment viewing as well as sorting, indexing, data extraction and format conversion. SAM files can be very large (10s of Gigabytes is common), so compression is used to save space. SAM files are human-readable text files, and BAM files are simply their binary equivalent, whilst CRAM files are a restructured column-oriented binary container format. BAM files are typically compressed and more efficient for software to work (en)
rdfs:label SAMtools (ja) SAMtools (en) SAMtools (ru)
owl:sameAs freebase:SAMtools yago-res:SAMtools wikidata:SAMtools dbpedia-he:SAMtools dbpedia-ja:SAMtools dbpedia-ru:SAMtools https://global.dbpedia.org/id/4ur52
prov:wasDerivedFrom wikipedia-en:SAMtools?oldid=1022162039&ns=0
foaf:isPrimaryTopicOf wikipedia-en:SAMtools
is dbo:wikiPageDisambiguates of dbr:Sam
is dbo:wikiPageRedirects of dbr:BAM_format dbr:Samtools dbr:Sequence_alignment_map
is dbo:wikiPageWikiLink of dbr:Biopython dbr:List_of_open-source_bioinformatics_software dbr:List_of_sequence_alignment_software dbr:MonetDB dbr:Compression_of_genomic_sequencing_data dbr:Heng_Li dbr:Pileup_format dbr:Cuneiform_(programming_language) dbr:Asymmetric_numeral_systems dbr:Binary_Alignment_Map dbr:CRAM_(file_format) dbr:SAM_(file_format) dbr:Sam dbr:BAM_format dbr:Samtools dbr:Sequence_alignment_map
is foaf:primaryTopic of wikipedia-en:SAMtools