Description Usage Arguments Value See Also Examples
View source: R/hiReadsProcessor.R
Given a sequence reads file path, the function returns a DNAStringSet object.
1 | read.seqsFromSector(seqFilePath = NULL, sector = 1, isPaired = FALSE)
|
seqFilePath |
a path to fasta/fastq reads file or a sampleInfo
object returned by |
sector |
specific sector to reads sequences from. Default is 1, and not required if seqFilePath is a direct file path rather than sampleInfo object. |
isPaired |
does the sector contain paired end reads? Default is FALSE |
if isPaired is FALSE, then a DNAStringSet object, else a list of DNAStringSet objects of three elements corresponding to reads from "barcode", "pair1", and "pair2". Note: "pair2" is reverse complemented!
findBarcodes
, read.SeqFolder
,
extractSeqs
1 2 3 | load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
read.seqsFromSector(seqProps, sector="2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.