get_exp_table {SkeletalVis}R Documentation

Retrieve the experiment table for the SkeletalVis database

Description

Retrieves the experiment table file containing experiment accessions and descriptions from the skeletalvis database.

Usage

get_exp_table(skeletalvis)

Arguments

skeletalvis

The path to the skeletalvis data folder.

Value

A dataframe containing the experiment information

Examples

# Get the path to the directory with the accessions.txt file
skeletalvis_path <- load_skeletalvis(demo=TRUE)

# Retrieve the metadata
exptable <- get_exp_table(skeletalvis_path)

# View the metadata
head(exptable)

[Package SkeletalVis version 0.1.1 Index]