Description Usage Arguments Value Author(s)
View source: R/get_phenotypes.R
Returns phenotypes for specific sets of individials based on their genotype and mutation.
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
)
|
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)? |
a list of
flassen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.