Description Usage Arguments Value References Examples
This is meant to parse the uncompressed Series Matrix files when IDATs are not available. A CSV sample sheet of the same format required by read_idat should still be provided to annotate Sample_Group for analysis, otherwise you will only be able to generate PCA plots.
1 | read_geo_tsv(tsv_beta_matrix_file, csv_sample_sheet_file = NULL)
|
tsv_beta_matrix_file |
Path to the GEO text file |
csv_sample_sheet_file |
Path to the sample sheet for annotations. Optional |
parsed minfi GenomicRatioSet
Prickett AR, Ishida M, Böhm S, Frost JM et al. Genome-wide methylation analysis in Silver-Russell syndrome patients. Hum Genet 2015 Mar;134(3):317-332. PMID: 25563730
1 2 3 4 | ## Not run:
grset <- read_geo_tsv("extdata/GSE55491/GSE55491_series_matrix.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.