adt_seqs_from_hdf5: dump ADT/HTO sequences from an h5 mRNA+ADT file for...

Description Usage Arguments Details Value

View source: R/adt_seqs_from_hdf5.R

Description

The resulting FASTA can then be fed to Salmon, Kallisto, STAR, etc.

Usage

1
adt_seqs_from_hdf5(h5_fname, fa_fname = "ADTs.fa", base = "matrix")

Arguments

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")

Details

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).

Value

1
       invisibly, a DataFrame of the ADT features and sequences

trichelab/velocessor documentation built on Jan. 5, 2022, 6:27 p.m.