pjd_wrap: Wrapper function for PJD package

Description Usage Arguments Value Examples

View source: R/pjdWrapper.R

Description

A wrapper function to align multiple datasets from different species

Usage

1
2
3
4
5
6
7
pjd_wrap(
  data.list,
  species.vector,
  geneType.vector,
  geneType.out = "symbol",
  species.out
)

Arguments

data.list

Input list of data sets

species.vector

A vector of species types

geneType.vector

A vector of gene types,

geneType.out

Type of genes

species.out

Kind of species output

Value

A list of data sets, after alignment

Examples

1
2
3
4
5
6
7
data(mtx)

PJD_example = pjd_wrap(data.list = mtx,
species.vector = c("human", "mouse"),
geneType.vector = c("symbol", "symbol"),
geneType.out = "symbol",
species.out = "human")

CHuanSite/PJD documentation built on Oct. 26, 2021, 1 p.m.