Tissue

Performs a tissue-correlation analysis using ARCHS4.

Arguments

NameShortLongDescription
Species-s--speciesspecies of organism to recover [default: human] [possible values: human, mous]
Output-o--outputoptional filepath to write output to [default=stdout]

Command Line Interface

# Find tissue-level expression for AP2S1 in Humans
ggetrs archs4 tissue AP2S1

# Find tissue-level expression for AP2S1 in Mice
ggetrs archs4 tissue -s mouse AP2S1

Python

import ggetrs

# perform a tissue-correlation analysis for AP2S1 in Humans
ggetrs.archs4.tissue("AP2S1", "human")

# perform a tissue-correlation analysis for AP2S1 in Mice
ggetrs.archs4.tissue("AP2S1", "mouse")