read_count: Read count table

View source: R/cluster.R

read_countR Documentation

Read count table

Description

This function will read and return your count table. It can take in sparse and full count tables.

Usage

read_count(count_table_path)

Arguments

count_table_path

The file path of your count table.

Value

a count table 'data.frame'.

Examples

count_table <- read_count(example_path("amazon.full.count_table"))

clustur documentation built on April 15, 2025, 1:33 a.m.