Description Usage Arguments Value See Also Examples
View source: R/hiReadsProcessor.R
Given a named listed DNAStringSet object returned from extractSeqs
,
the function prepends the sample name to read names.
1 | addListNameToReads(dnaSet, flatten = FALSE)
|
dnaSet |
output from |
flatten |
should the output be unlisted? Default is FALSE. |
listed DNAStringSet with the names attribute prepended with the name of the list. If flatten is TRUE, then a DNAStringSet object
extractFeature
, extractSeqs
,
getSectorsForSamples
, write.listedDNAStringSet
1 2 3 4 5 6 7 | load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
samples <- c('Roth-MLV3p-CD4TMLVWell6-Tsp509I',
'Roth-MLV3p-CD4TMLVWell6-MseI', 'Roth-MLV3p-CD4TMLVwell5-MuA')
seqs <- extractSeqs(seqProps, sector = '2', samplename = samples,
feature="genomic")
addListNameToReads(seqs, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.