StAMPP
#
Find similar titles
- (rev. 3)
- Hyungyong Kim
Structured data
- About
- Population genetics
- Programming Language
- R
- URL
- https://cran.r-project.org/web/packages/StAMPP/index.html
Statistical Analysis of Mixed Ploidy Population - 2배체, 4배체 섞여있는 집단에서도 F-statistics 계산
설치시, igraph를 비롯한 다양한 R 패키지들을 설치하는데, OS X에서 문제가 있다. 내부적으로 adegenet을 이용함.
실행 예제
> install.packages('StAMPP')
> library(StAMPP)
> df <- read.table('potato.txt', sep='\t', header=TRUE)
> df.freq <- stamppConvert(df, type='r')
> df.pop <- stamppNeisD(df.freq, TRUE)
> df.fst <- stamppFst(df.freq, 100, 95, 1)
> write.table(df.pop, 'potato.nei.pop.txt')
> write.table(df.fst$Fsts, 'potato.fst.txt')
Incoming Links #
Related Articles (Article 0) #
Suggested Pages #
- 0.025 Copy-number variation
- 0.025 April 13
- 0.025 February 11
- 0.025 February 16
- 0.025 Population structure
- 0.025 macOS
- 0.025 Nature
- 0.025 Python
- 0.025 April 9
- 0.025 Javascript
- More suggestions...