plotHTB: plot head and tail as barplot.

Description Usage Arguments Examples

Description

plot head and tail as barplot.

Usage

1
plotHTB(orderedCompPca, comp, nbDispGenes = 25)

Arguments

orderedCompPca

A data frame where columns are principal component, the rows are genes or similar features, and the component to plot is already sorted.

comp

The number of the principal component in that matrix.

nbDispGenes

How many bars for the head and the tail (each).

Examples

1
2
3
vizection:::vizectionExampleGenes() %>% contentgenesPCA %>%
  extract2("co") %>% pcaCompGenesList(1) %>%
  plotHTB(1)

shamansim/Vizection documentation built on May 29, 2019, 8:06 p.m.