writeVDJcontigs | R Documentation |
Write V(D)J data to a series of directories, each containing a CSV file with the data for an individual sample.
writeVDJcontigs(path, x, ...)
## S4 method for signature 'character,SplitDataFrameList'
writeVDJcontigs(path, x)
path |
A string containing the path to the output directory. |
x |
A |
... |
additional arguments. |
Creates various subdirectories of the directory specified in path
.
Each subdirectory is named for a sample found in the dataset, x
, and
contains a CSV filed named filtered_contig_annotations.csv
.
data('contigs')
loc <- tempdir()
writeVDJcontigs(loc, contigs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.