An R package (compatible with SCope) to create generic .loom files and extend them with other data e.g.: SCENIC regulons, Seurat clusters and markers, ... The package can also be used to read data from .loom files.
For Linux and MacOS machines, version 1.10.1 can be installed with this snippet:
curl -O https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar
cd hdf5-1.10.1
./configure
make -j4
make check
make install
To install HDF5 on a Windows machine, please use the prebuilt binaries available at https://www.hdfgroup.org/downloads/hdf5/.
For other HDF5 releases, please visit https://support.hdfgroup.org/ftp/HDF5/releases/.
Installation should take less than one minute.
# install.packages("devtools")
devtools::install_github("aertslab/SCopeLoomR")
September, 2021
get_all_clustering_annotations
get_clustering_annotations
April 08, 2021
April 07, 2021
get_clusterings_with_name
when 1 clustering present onlyFebruary 04, 2021
add_embedding
: https://github.com/aertslab/SCopeLoomR/issues/32November 24, 2020
get_clusterings_with_name
and make it more robust: https://github.com/aertslab/SCopeLoomR/issues/29get_clusterings
: https://github.com/aertslab/SCopeLoomR/issues/28October 02, 2020
September 22, 2020
get_cluster_markers
(given clustering), get_all_cluster_markers
(all clusterings)open_loom
)get_clusterings_withName
to get_clusterings_with_name
get_cellAnnotation
to get_cell_annotation
get_regulonAuc
to get_regulons_AUC
get_regulonThresholds
to get_regulon_thresholds
get_regulons
August 17, 2020
June 22, 2020
May 27, 2020
May 27, 2020
March, 2020
Version 0.9.0
gmd_clusterings
not found when running add_annotation_by_cluster_annotation_mapping_df
Version 0.8.0
Version 0.7.0
February, 2020
Version 0.6.4
build_loom
not working if dgem is a data.frameVersion 0.6.3
add_hierarchy
results in broken loom file for SCopeget_dspace
Version 0.6.2
global_meta_data_exists
to work for loom v3 specsinit_global_meta_data
Version 0.6.1
LOOM_SPEC_VERSION
attribute does not exist for old Loom files generated with SCopeLoomR version < 0.6.0.Version 0.6.0
January, 2020
add_seurat_clustering
with annotation argumentJune, 2019
add_seurat_clustering
function works now also with Seurat v3 objects.February, 2019
January, 2019
Version 0.3.5
close_loom
: New functionopen_loom
: Added argument "mode" and option to open as read-only (mode="r")Version 0.3.4
get_regulonsAuc
, get_embeddings
, get_regulons
, get_cellAnnotation
, get_clusterings_withName
, get_regulonThresholds
).January 11, 2019
January 10, 2019
November 8, 2018
Version 0.3.1
Version 0.3.0
October 31, 2018
August 8, 2018
July 6, 2018
monocle
.July 4, 2018
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.