adegenet
#
Find similar titles
- (rev. 4)
- Hyungyong Kim
Structured data
- About
- GWAS
- SNP array
- Programming Language
- R
- URL
- https://cran.r-project.org/web/packages/adegenet/index.html
- http://adegenet.r-forge.r-project.org
adegenet: Exploratory Analysis of Genetic and Genomic Data
Toolset for the exploration of genetic and genomic data. Adegenet provides formal (S4) classes for storing and handling various genetic data, including genetic markers with varying Ploidy and hierarchical population structure ('genind' class), alleles counts by populations ('genpop'), and genome-wide SNP data ('genlight'). It also implements original multivariate methods (DAPC, sPCA), graphics, statistical tests, simulation tools, distance and similarity measures, and several spatial methods. A range of both empirical and simulated datasets is also provided to illustrate various methods.
팁 #
macOS에서 설치시
dlopen(/usr/local/lib/R/3.3/site-library/ape/libs/ape.so, 6): Library not loaded: /usr/local/opt/gcc/lib/gcc/5/libgfortran.3.dylib
메세지와 함께 설치가 안되는 문제가 있다. libgfortran이 버전 6인데 5에서 찾는 문제. 일단 다음처럼 임시 해결 가능
$ cd /usr/local/opt/gcc/lib/gcc
$ ln -s 6 5
Incoming Links #
Related Articles (Article 0) #
Related Codes (Code 1) #
Suggested Pages #
- 0.025 Statistics
- 0.025 HDF5
- 0.025 November 22
- 0.025 Copy-number variation
- 0.025 April 13
- 0.025 ClusterCall
- 0.025 Relational database
- 0.025 October 12
- 0.025 PennCNV
- 0.025 October 19
- More suggestions...