View source: R/get-lod-peaks.R
get_lod_peaks | R Documentation |
By default, this will get all LOD peaks stored in the 'dataset$lod_peaks' 'list'. If 'intcovar' is specified, only the peaks for that are returned.
get_lod_peaks(ds)
ds |
The dataset object to get the LOD peaks for. |
A named 'list' of all the LOD peaks. Each element in the 'list' is a 'tibble' with the following columns depending upon 'dataset$datatype':
mRNA - 'marker,chr,pos,gene_id,symbol,gene_chrom,middle,lod'
protein - 'marker,chr,pos,protein_id,gene_id,symbol,gene_chrom,middle,lod'
phenotype - 'marker,chr,pos,data_name,short_name,description,lod'
If the allele effects are stored, values 'A-H' will also be included.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.