get_sample_sheet | R Documentation |
Extract the sample sheet.
get_sample_sheet(experiment)
experiment |
TSRexploreR object. |
data.frame
sample_sheet <- data.frame( sample_name=sprintf("S288C_WT_%s", seq_len(3)), file_1=NA, file_2=NA, condition=rep("Untreated", 3) ) exp <- tsr_explorer(sample_sheet=sample_sheet) ss <- get_sample_sheet(exp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.