[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"わかりにくい"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"情報またはサンプルコードが不正確"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"必要な情報 / サンプルがない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
Variant Transforms ツール
Variant Transforms は、Cloud Life Sciences で使用されるオープンソースのツールです。これは Apache Beam に基づいており、Dataflow を使用します。
このツールを使用すると、数十万のファイル、数百万のサンプル、数十億のレコードをスケーラブルに変換してロードできます。このツールには、VCF ファイルの検証や矛盾の特定に使用できるプリプロセッサも付いています。
このツールを使用する典型的なワークフローは、次のとおりです。
- 未加工の VCF ファイルを Cloud Storage に保存します。
- Variant Transforms ツールを使用して、Cloud Storage から BigQuery に VCF ファイルを読み込みます。
その後、BigQuery を使用してバリアントを分析できます。
ツールが VCF ファイルを BigQuery テーブルに読み込む方法を理解するには、BigQuery のバリアント スキーマに精通している必要があります。
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"わかりにくい"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"情報またはサンプルコードが不正確"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"必要な情報 / サンプルがない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-17 UTC.