Authors and Citation
Authors
Citation
Source: DESCRIPTION
Wolen A, Eddelbuettel D, Hoffman P, Kerl J (2024). tiledbsoma: 'TileDB' Stack of Matrices, Annotated ('SOMA'). R package version 1.14.99.9, https://github.com/single-cell-data/TileDB-SOMA.
@Manual{, title = {tiledbsoma: 'TileDB' Stack of Matrices, Annotated ('SOMA')}, author = {Aaron Wolen and Dirk Eddelbuettel and Paul Hoffman and John Kerl}, year = {2024}, note = {R package version 1.14.99.9}, url = {https://github.com/single-cell-data/TileDB-SOMA}, }
Additional details
Additional details
The 'tiledbsoma' R package has been written by a team comprised of
Additional details
members from Chan Zuckerberg Initiative (CZI) and TileDB, Inc., as
Additional details
part of the 'SOMA' ("Stack of Matrices, Annotated") initative.
Additional details
Additional details
The repository provides detailed commit statistics across the C++,
Additional details
Python, and R components of the implementation:
Additional details
https://github.com/single-cell-data/TileDB-SOMA/graphs/contributors
Additional details
Additional details
The package also includes code written by other contributors as
Additional details
detailed below:
Additional details
Additional details
Additional details
-- libtiledbsoma/src/external/{src,include}/thread_pool/ ----------------------------------------
Additional details
The thread_pool implementation is from TileDB, Inc., and part of TileDB Embedded released at
Additional details
https://github.com/tiledb-inc/tiledb
Additional details
Additional details
* @copyright Copyright (c) 2017-2022 TileDB, Inc.
Additional details
* Copyright (c) 2011 The LevelDB Authors. All rights reserved.
Additional details
*
Additional details
* Redistribution and use in source and binary forms, with or without
Additional details
* modification, are permitted provided that the following conditions are met:
Additional details
Additional details
* Redistributions of source code must retain the above copyright notice, this
Additional details
* list of conditions and the following disclaimer.
Additional details
*
Additional details
* Redistributions in binary form must reproduce the above copyright notice,
Additional details
* this list of conditions and the following disclaimer in the documentation
Additional details
* and/or other materials provided with the distribution.
Additional details
*
Additional details
* Neither the name of Google Inc. nor the names of its contributors may be used
Additional details
* to endorse or promote products derived from this software without specific
Additional details
* prior written permission.
Additional details
*
Additional details
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Additional details
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Additional details
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Additional details
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Additional details
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Additional details
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Additional details
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Additional details
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Additional details
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Additional details
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Additional details
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Additional details
Additional details
Additional details
-- apis/r/src/nanoarrow.{h,cc}/ -------------------------------------------------------------
Additional details
The nanoarrow package was written by Dewey Dunnington and other and released at
Additional details
https://github.com/apache/arrow-nanoarrow
Additional details
Additional details
// Licensed to the Apache Software Foundation (ASF) under one
Additional details
// or more contributor license agreements. See the NOTICE file
Additional details
// distributed with this work for additional information
Additional details
// regarding copyright ownership. The ASF licenses this file
Additional details
// to you under the Apache License, Version 2.0 (the
Additional details
// "License"); you may not use this file except in compliance
Additional details
// with the License. You may obtain a copy of the License at
Additional details
//
Additional details
// http://www.apache.org/licenses/LICENSE-2.0
Additional details
//
Additional details
// Unless required by applicable law or agreed to in writing,
Additional details
// software distributed under the License is distributed on an
Additional details
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Additional details
// KIND, either express or implied. See the License for the
Additional details
// specific language governing permissions and limitations
Additional details
// under the License.