- The
import
method for h5 files now includes allrowData
which typically includes "ID", "Symbol", and "Type" columns.
rownames
are set to first column in thefeatures.tsv.gz
data (rownames
for h5 files are determined byHDF5Array::TENxMatrix
)TENxH5
now tests whether there is a/matrix/features/interval
dataset in the h5 file. It sets ranges toNA_character_
when interval data is not found.
- Use
rowData
from filteredSingleCellExperiment
object (@MalteThodberg, #5) - Add examples to
TENxFileList
documentation and improve constructor function
- Skip unit tests when remote H5 access is not configured.
TENxTSV
class has been added to handle compressed and uncompressed TSV files.
- The
import
method forTENxFileList
was returning a nestedSummarizedExperiment
within theSingleCellExperiment
. Thecounts
andassay(..., i="counts")
methods should only return the bareMatrix
rather than the embeddedSummarizedExperiment
(@dgastn, #2).
- Package released in Bioconductor!