import
method for h5 files now includes all rowData
which typically
includes "ID", "Symbol", and "Type" columns.rownames
are set to first column in the features.tsv.gz
data (rownames
for h5 files are determined by HDF5Array::TENxMatrix
)TENxH5
now tests whether there is a /matrix/features/interval
dataset in
the h5 file. It sets ranges to NA_character_
when interval data is not found.rowData
from filtered SingleCellExperiment
object (@MalteThodberg, #5)TENxFileList
documentation and improve constructor functionTENxTSV
class has been added to handle compressed and uncompressed TSV
files.import
method for TENxFileList
was returning a nested
SummarizedExperiment
within the SingleCellExperiment
. The counts
and
assay(..., i="counts")
methods should only return the bare Matrix
rather
than the embedded SummarizedExperiment
(@dgastn, #2).Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.