Learn R Programming

clustur (version 0.1.2)

read_count: 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)

Value

a count table `data.frame`.

Arguments

count_table_path

The file path of your count table.

Examples

Run this code
count_table <- read_count(example_path("amazon.full.count_table"))

Run the code above in your browser using DataLab