Browse code

Merge pull request #625 from fabianjkrueger/patch-1

Fixed a typo in query.Rmd

Tiago Chedraoui Silva authored on 10/04/2024 17:12:01 • GitHub committed on 10/04/2024 17:12:01
Showing 1 changed files

... ...
@@ -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",