Description Usage Arguments Value Note
View source: R/processing_pipeline.R
create a samplesheet for the nf-co rnaseq pipeline https://nf-co.re/rnaseq/3.2/usage#samplesheet-input
1 2 3 4 5 6 | createNfCorePipelineSampleSheet(
metadata,
sample_columns,
sequence_dir_prefix,
check_files_flag = FALSE
)
|
metadata |
most likely from the database. must include runNumber, fastqFileName, libraryProtocol, and the columns used to create the sample name (see param sample_columns) |
sample_columns |
a character vector of columns to concat into a sample identifier. eg c("genotype1", "fastqFileNumber") |
sequence_dir_prefix |
path to directory where the sequence run directories are stored. eg /mnt/htcf_lts/lts_sequence |
check_files_flag |
default FALSE. Set to true to check that files exist |
a dataframe with the columns which correspond to those required for the nf-co rnaseq pipeline sample sheet. See https://nf-co.re/rnaseq/3.2/usage#samplesheet-input
: currently hard coded to set strandedness to 'reverse' if libraryProtocol is E7420L, or 'unstranded', AND for single strand libraries (fastq2 is an empty string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.