Description Usage Arguments Value Examples
Extract the sample sheet.
1  | get_sample_sheet(experiment)
 | 
experiment | 
 TSRexploreR object.  | 
data.frame
1 2 3 4 5 6 7 8 9  | 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.