Learn R Programming

SkeletalVis (version 0.1.2)

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

Value

A dataframe containing the experiment information

Arguments

skeletalvis

The path to the skeletalvis data folder.

Examples

Run this code
# 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)

Run the code above in your browser using DataLab