Fixed a typo in query.Rmd
... | ... |
@@ -179,7 +179,7 @@ common.patients <- intersect( |
179 | 179 |
substr(getResults(query_exp, cols = "cases"), 1, 12) |
180 | 180 |
) |
181 | 181 |
|
182 |
-# Only seelct the first 5 patients |
|
182 |
+# Only select the first 5 patients |
|
183 | 183 |
query_met <- GDCquery( |
184 | 184 |
project = "TCGA-COAD", |
185 | 185 |
data.category = "DNA Methylation", |