get_phenotypes: get phenotpes

Description Usage Arguments Value Author(s)

View source: R/get_phenotypes.R

Description

Returns phenotypes for specific sets of individials based on their genotype and mutation.

Usage

1
2
3
4
5
6
7
8
9
get_phenotypes(
  data,
  reference,
  reference.suffix = ".txt",
  col.id = 1,
  col.variant = 6,
  col.gene = 11,
  get.contrasts = F
)

Arguments

data

data input (df/dt)

reference

string directory input

reference.suffix

a string (e.g .txt)

col.id

integer. Column number for ID.

col.variant

integer. Column number for variant.

col.gene

integer. Column number for gene

get.contrasts

boolean. Should the data be contrasted? I.e. should the population be returned with a contrast label (KO/Not KO)?

Value

a list of

Author(s)

flassen


frhl/our documentation built on Feb. 5, 2021, 7:30 p.m.