browse_skeletalvis {SkeletalVis}R Documentation

Browse the skeletalvis database metadata

Description

Opens an interactive table showing the experiments available for analysis. Row can be selected to return the datasetID for the comparison of interest within that experiment.

Usage

browse_skeletalvis(skeletalvis)

Arguments

skeletalvis

The path to the SkeletalVis data folder.

Value

The datasetID of the selected gene expression profile from the interactive table.

Examples

if(interactive()){
skeletalvis <- load_skeletalvis(demo=TRUE)
selected_id <- browse_skeletalvis(skeletalvis)
}


[Package SkeletalVis version 0.1.1 Index]