Skip to content

jyanglab/g3tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v3

g3tools

This is an R packages for Genomics, quantGen, and popGen studies, especially for crop species. This package was intended for internal lab usage. It has not been extensively tested. Use at your own risk.

Installation

Install devtools first, and then use devtools to install g3tools from github.

#install.packages(devtools)
devtools::install_github("jyanglab/g3tools")
library(g3tools)

List all the functions in the package and find help.

ls(getNamespace("g3tools"), all.names=FALSE)

List of Functions

Phenotype Simulations from genotypic data

  1. simcrop: this function can simulate phenotypes with user specified distribution. (normal, gamma, or uniform).
  2. sim_qtl_pheno: simulate phenotype for given number of QTLs.

Quantative Genetics

  1. get_BLUP: Estimate best linear unbiased predictor (BLUP) of the phenotypic values.
  2. get_H2: get broad sense heritability from BLUP model.

Documentation

Stay tuned. It is under development!

License

It is a free and open source software, licensed under GPLv3.

About

An R packages for Genomics, quantGen, and popGen studies, especially for crop species.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages