View source: R/output_sample.R
output_sample | R Documentation |
Output clinical data from GEO to des dir
output_sample(sample, sample_post, GEO_name = GEO_name, dir = dir)
sample |
Sample metadata get from get_sample function |
sample_post |
Preprocessed sample metadata from preprocess_sample |
GEO_name |
GSE Number |
dir |
Des dir |
library(Dbio) sample <- get_sample("GSE54566", "./") sample_post <- preprocess_sample(sample) output_sample(sample, sample_post, "GSE54566", "./")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.