Description Usage Arguments Value
Detect merges in a sample sheet
1 | .detectMerges(df, do_nothing = FALSE)
|
df |
Data frame (must have experiment_accession column; also, number of rows in df must correspond to number of SRRs) |
do_nothing |
Logical indicating whether, after creating relevant columns, merge detection should be performed (if FALSE, fills these columns with NAs) |
Original data frame with added columns:
n - count of SRRs within that SRx
lane - index of runs within a lane (1:n for each SRX)
mer - indication on how to merge runs
"" - no merging required
SRX... - merge runs with corresponding SRXs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.