Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ These are parquet files generated from https://github.com/cBioPortal/datahub. It
|
|
| 10 |
|
| 11 |
## How to use
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
```
|
| 16 |
SELECT count(distinct (Chromosome, Start_Position, End_Position, Reference_Allele, Tumor_Seq_Allele1, Tumor_Seq_Allele2))
|
|
|
|
| 10 |
|
| 11 |
## How to use
|
| 12 |
|
| 13 |
+
Query all mutations of datahub directly in `duckdb`:
|
| 14 |
|
| 15 |
```
|
| 16 |
SELECT count(distinct (Chromosome, Start_Position, End_Position, Reference_Allele, Tumor_Seq_Allele1, Tumor_Seq_Allele2))
|