Description Usage Arguments Value See Also Examples
View source: R/hiReadsProcessor.R
Given a vector of sequences or DNAStringSet or a FASTA filename, the function splits it into smaller pieces as denoted by totalFiles parameter.
1 2 3 4 5 6 7 | splitSeqsToFiles(
x,
totalFiles = 4,
suffix = "tempy",
filename = "queryFile.fa",
outDir = getwd()
)
|
x |
a DNAStringSet object, or a FASTA filename. |
totalFiles |
an integer indicating how many files to create. Default is 4. |
suffix |
a word to add to each file created. Default is "tempy". |
filename |
name of the file if x is a DNAStringSet object. Default is "queryFile.fa". |
outDir |
directory to write the output file. Default is current directory. |
a vector of filename names created.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.