Description Usage Arguments Details Value
View source: R/adt_seqs_from_hdf5.R
The resulting FASTA can then be fed to Salmon, Kallisto, STAR, etc.
1 | adt_seqs_from_hdf5(h5_fname, fa_fname = "ADTs.fa", base = "matrix")
|
h5_fname |
the h5 filename (required) |
fa_fname |
the fa filename to write ("ADTs.fa"; NULL elides FASTA) |
base |
the base name group in the h5 file ("matrix") |
Depending on the dataset, the base name for the features may differ from the usual "matrix". This can be detected using rhdf5::h5ls(h5_fname).
1 | invisibly, a DataFrame of the ADT features and sequences
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.