read.sampleInfo(sampleInfoPath = NULL, splitBySector = TRUE,
interactive = TRUE)
findBarcodes
,
since contents of this column is pasted together with 'seqfilePattern'
parameter inread.SeqFolder
to find the appropriate file
needed. For paired end data, this is basename of the FASTA/Q file holding
the sample data from the LTR side. For example, files such as
Lib3_L001_R2_001.fastq.gz or Lib3_L001_R2_001.fastq would be
Lib3_L001_R2_001, and consequently Lib3_L001_R1_001 would be used as the
second pair!read.SeqFolder
, findBarcodes
,
splitByBarcode
runData <- system.file("extdata/FLX_sample_run",
package = "hiReadsProcessor")
read.sampleInfo(file.path(runData,"sampleInfo.xls"))
Run the code above in your browser using DataLab