View source: R/genotype_phenotype_function.R
readGenotypePhenotype | R Documentation |
Creates a Java GenotypePhenotype object which is used for
TasselGenotypePhenotype
object construction. The Java
GenotypePhenotype object is created via an intersect
method
from TASSEL.
readGenotypePhenotype(genoPathOrObj, phenoPathDFOrObj, ...)
genoPathOrObj |
a path to a genotype file (e.g. VCF, hmp, etc.) or TASSEL Genotype Obj |
phenoPathDFOrObj |
a path, a data frame of phenotypic data, or TASSEL Phenotype Obj |
... |
Additional parameters to be sent to the function. Currently,
if an R data frame object is passed, additional parameters will also
need to be entered for this process. These parameters are derived from
the |
Returns an object of TasselGenotypePhenotype
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.