Added computeAllFreqs2 function
This commit is contained in:
parent
d8df7fcb9e
commit
70528756fc
3 changed files with 50 additions and 41 deletions
56
R/admix1.R
56
R/admix1.R
|
|
@ -5,7 +5,7 @@
|
||||||
admix1 <- function(tietue) {
|
admix1 <- function(tietue) {
|
||||||
if (!is.list(tietue)) {
|
if (!is.list(tietue)) {
|
||||||
# c(filename, pathname) = uigetfile('*.mat', 'Load mixture result file');
|
# c(filename, pathname) = uigetfile('*.mat', 'Load mixture result file');
|
||||||
# if (filename==0 & pathname==0), return;
|
# if (filename==0 & pathname==0), return;
|
||||||
# else
|
# else
|
||||||
# disp('---------------------------------------------------');
|
# disp('---------------------------------------------------');
|
||||||
# disp(['Reading mixture result from: ',[pathname filename],'...']);
|
# disp(['Reading mixture result from: ',[pathname filename],'...']);
|
||||||
|
|
@ -13,7 +13,7 @@ admix1 <- function(tietue) {
|
||||||
# pause(0.0001);
|
# pause(0.0001);
|
||||||
# h0 = findobj('Tag','filename1_text');
|
# h0 = findobj('Tag','filename1_text');
|
||||||
# set(h0,'String',filename); clear h0;
|
# set(h0,'String',filename); clear h0;
|
||||||
|
|
||||||
# struct_array = load([pathname filename]);
|
# struct_array = load([pathname filename]);
|
||||||
# if isfield(struct_array,'c') #Matlab versio
|
# if isfield(struct_array,'c') #Matlab versio
|
||||||
# c = struct_array.c;
|
# c = struct_array.c;
|
||||||
|
|
@ -31,7 +31,7 @@ admix1 <- function(tietue) {
|
||||||
# disp('Incorrect file format');
|
# disp('Incorrect file format');
|
||||||
# return;
|
# return;
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# if isfield(c, 'gene_lengths') && ...
|
# if isfield(c, 'gene_lengths') && ...
|
||||||
# (strcmp(c.mixtureType,'linear_mix') | ...
|
# (strcmp(c.mixtureType,'linear_mix') | ...
|
||||||
# strcmp(c.mixtureType,'codon_mix')) # if the mixture is from a linkage model
|
# strcmp(c.mixtureType,'codon_mix')) # if the mixture is from a linkage model
|
||||||
|
|
@ -40,7 +40,7 @@ admix1 <- function(tietue) {
|
||||||
# linkage_admix(c);
|
# linkage_admix(c);
|
||||||
# return
|
# return
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# PARTITION = c.PARTITION; COUNTS = c.COUNTS; SUMCOUNTS = c.SUMCOUNTS;
|
# PARTITION = c.PARTITION; COUNTS = c.COUNTS; SUMCOUNTS = c.SUMCOUNTS;
|
||||||
# alleleCodes = c.alleleCodes; adjprior = c.adjprior; popnames = c.popnames;
|
# alleleCodes = c.alleleCodes; adjprior = c.adjprior; popnames = c.popnames;
|
||||||
# rowsFromInd = c.rowsFromInd; data = c.data; npops = c.npops; noalle = c.noalle;
|
# rowsFromInd = c.rowsFromInd; data = c.data; npops = c.npops; noalle = c.noalle;
|
||||||
|
|
@ -148,7 +148,7 @@ admix1 <- function(tietue) {
|
||||||
# for iterationNum = 1:iterationCount
|
# for iterationNum = 1:iterationCount
|
||||||
# disp(['Iter: ' num2str(iterationNum)]);
|
# disp(['Iter: ' num2str(iterationNum)]);
|
||||||
# allfreqs = simulateAllFreqs(noalle); # Allele frequencies on this iteration.
|
# allfreqs = simulateAllFreqs(noalle); # Allele frequencies on this iteration.
|
||||||
|
|
||||||
# for ind=to_investigate
|
# for ind=to_investigate
|
||||||
# #disp(num2str(ind));
|
# #disp(num2str(ind));
|
||||||
# omaFreqs = computePersonalAllFreqs(ind, data, allfreqs, rowsFromInd);
|
# omaFreqs = computePersonalAllFreqs(ind, data, allfreqs, rowsFromInd);
|
||||||
|
|
@ -172,7 +172,7 @@ admix1 <- function(tietue) {
|
||||||
# PARTITION(ind)=isoimman_indeksi;
|
# PARTITION(ind)=isoimman_indeksi;
|
||||||
# end
|
# end
|
||||||
# logml = computeIndLogml(omaFreqs, osuusTaulu);
|
# logml = computeIndLogml(omaFreqs, osuusTaulu);
|
||||||
|
|
||||||
# for osuus = [0.5 0.25 0.05 0.01]
|
# for osuus = [0.5 0.25 0.05 0.01]
|
||||||
# [osuusTaulu, logml] = etsiParas(osuus, osuusTaulu, omaFreqs, logml);
|
# [osuusTaulu, logml] = etsiParas(osuus, osuusTaulu, omaFreqs, logml);
|
||||||
# end
|
# end
|
||||||
|
|
@ -227,23 +227,23 @@ admix1 <- function(tietue) {
|
||||||
# for pop = admix_populaatiot'
|
# for pop = admix_populaatiot'
|
||||||
|
|
||||||
# for level = 1:n_missing_levels(pop)
|
# for level = 1:n_missing_levels(pop)
|
||||||
|
|
||||||
# potential_inds_in_this_pop_and_level = ...
|
# potential_inds_in_this_pop_and_level = ...
|
||||||
# find(PARTITION==pop & missing_level_partition==level &...
|
# find(PARTITION==pop & missing_level_partition==level &...
|
||||||
# likelihood>3); # Potential admix individuals here.
|
# likelihood>3); # Potential admix individuals here.
|
||||||
|
|
||||||
# if ~isempty(potential_inds_in_this_pop_and_level)
|
# if ~isempty(potential_inds_in_this_pop_and_level)
|
||||||
|
|
||||||
# #refData = simulateIndividuals(nrefIndsInPop,rowsFromInd,allfreqs);
|
# #refData = simulateIndividuals(nrefIndsInPop,rowsFromInd,allfreqs);
|
||||||
# refData = simulateIndividuals(nrefIndsInPop, rowsFromInd, allfreqs, ...
|
# refData = simulateIndividuals(nrefIndsInPop, rowsFromInd, allfreqs, ...
|
||||||
# pop, missing_levels(pop,level));
|
# pop, missing_levels(pop,level));
|
||||||
|
|
||||||
# disp(['Analysing the reference individuals from pop ' num2str(pop) ' (level ' num2str(level) ').']);
|
# disp(['Analysing the reference individuals from pop ' num2str(pop) ' (level ' num2str(level) ').']);
|
||||||
# refProportions = zeros(nrefIndsInPop,npops);
|
# refProportions = zeros(nrefIndsInPop,npops);
|
||||||
# for iter = 1:iterationCountRef
|
# for iter = 1:iterationCountRef
|
||||||
# #disp(['Iter: ' num2str(iter)]);
|
# #disp(['Iter: ' num2str(iter)]);
|
||||||
# allfreqs = simulateAllFreqs(noalle);
|
# allfreqs = simulateAllFreqs(noalle);
|
||||||
|
|
||||||
# for ind = 1:nrefIndsInPop
|
# for ind = 1:nrefIndsInPop
|
||||||
# omaFreqs = computePersonalAllFreqs(ind, refData, allfreqs, rowsFromInd);
|
# omaFreqs = computePersonalAllFreqs(ind, refData, allfreqs, rowsFromInd);
|
||||||
# osuusTaulu = zeros(1,npops);
|
# osuusTaulu = zeros(1,npops);
|
||||||
|
|
@ -312,7 +312,7 @@ admix1 <- function(tietue) {
|
||||||
# end
|
# end
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# tulostaAdmixtureTiedot(proportionsIt, uskottavuus, alaRaja, iterationCount);
|
# tulostaAdmixtureTiedot(proportionsIt, uskottavuus, alaRaja, iterationCount);
|
||||||
|
|
||||||
# viewPartition(proportionsIt, popnames);
|
# viewPartition(proportionsIt, popnames);
|
||||||
|
|
||||||
|
|
@ -335,7 +335,7 @@ admix1 <- function(tietue) {
|
||||||
|
|
||||||
|
|
||||||
# if (~isstruct(tietue))
|
# if (~isstruct(tietue))
|
||||||
# c.proportionsIt = proportionsIt;
|
# c.proportionsIt = proportionsIt;
|
||||||
# c.pvalue = uskottavuus; # Added by Jing
|
# c.pvalue = uskottavuus; # Added by Jing
|
||||||
# c.mixtureType = 'admix'; # Jing
|
# c.mixtureType = 'admix'; # Jing
|
||||||
# c.admixnpops = npops;
|
# c.admixnpops = npops;
|
||||||
|
|
@ -355,7 +355,7 @@ admix1 <- function(tietue) {
|
||||||
|
|
||||||
# function [npops] = poistaLiianPienet(npops, rowsFromInd, alaraja)
|
# function [npops] = poistaLiianPienet(npops, rowsFromInd, alaraja)
|
||||||
# % Muokkaa tulokset muotoon, jossa outlier yksilöt on
|
# % Muokkaa tulokset muotoon, jossa outlier yksilöt on
|
||||||
# % poistettu. Tarkalleen ottaen poistaa ne populaatiot,
|
# % poistettu. Tarkalleen ottaen poistaa ne populaatiot,
|
||||||
# % joissa on vähemmän kuin 'alaraja':n verran yksilöit?
|
# % joissa on vähemmän kuin 'alaraja':n verran yksilöit?
|
||||||
|
|
||||||
# global PARTITION;
|
# global PARTITION;
|
||||||
|
|
@ -400,30 +400,4 @@ admix1 <- function(tietue) {
|
||||||
# global COUNTS; COUNTS = [];
|
# global COUNTS; COUNTS = [];
|
||||||
# global SUMCOUNTS; SUMCOUNTS = [];
|
# global SUMCOUNTS; SUMCOUNTS = [];
|
||||||
# global PARTITION; PARTITION = [];
|
# global PARTITION; PARTITION = [];
|
||||||
# global POP_LOGML; POP_LOGML = [];
|
# global POP_LOGML; POP_LOGML = [];
|
||||||
|
|
||||||
# %--------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
# function allFreqs = computeAllFreqs2(noalle)
|
|
||||||
# % Lisää a priori jokaista alleelia
|
|
||||||
# % joka populaation joka lokukseen j 1/noalle(j) verran.
|
|
||||||
|
|
||||||
# global COUNTS;
|
|
||||||
# global SUMCOUNTS;
|
|
||||||
|
|
||||||
# max_noalle = size(COUNTS,1);
|
|
||||||
# nloci = size(COUNTS,2);
|
|
||||||
# npops = size(COUNTS,3);
|
|
||||||
|
|
||||||
# sumCounts = SUMCOUNTS+ones(size(SUMCOUNTS));
|
|
||||||
# sumCounts = reshape(sumCounts', [1, nloci, npops]);
|
|
||||||
# sumCounts = repmat(sumCounts, [max_noalle, 1 1]);
|
|
||||||
|
|
||||||
# prioriAlleelit = zeros(max_noalle,nloci);
|
|
||||||
# for j=1:nloci
|
|
||||||
# prioriAlleelit(1:noalle(j),j) = 1/noalle(j);
|
|
||||||
# end
|
|
||||||
# prioriAlleelit = repmat(prioriAlleelit, [1,1,npops]);
|
|
||||||
# counts = COUNTS + prioriAlleelit;
|
|
||||||
# allFreqs = counts./sumCounts;
|
|
||||||
23
R/computeAllFreqs2.R
Normal file
23
R/computeAllFreqs2.R
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
#' @title Compute all freqs - version 2
|
||||||
|
#' @description Lisää a priori jokaista alleelia joka populaation joka lokukseen
|
||||||
|
#' j 1/noalle(j) verran.
|
||||||
|
computeAllFreqs2 <- function (noalle, COUNTS = matrix(NA, 0, 0),
|
||||||
|
SUMCOUNTS = sum(COUNTS)) {
|
||||||
|
|
||||||
|
max_noalle <- size(COUNTS, 1)
|
||||||
|
nloci <- size(COUNTS,2)
|
||||||
|
npops <- size(COUNTS,3)
|
||||||
|
|
||||||
|
sumCounts <- SUMCOUNTS + ones(size(SUMCOUNTS))
|
||||||
|
sumCounts <- reshape(t(sumCounts), c(1, nloci, npops))
|
||||||
|
sumCounts <- repmat(sumCounts, c(max_noalle, 1, 1))
|
||||||
|
|
||||||
|
prioriAlleelit <- zeros(max_noalle, nloci)
|
||||||
|
for (j in 1:nloci) {
|
||||||
|
prioriAlleelit[1:noalle[j], j] <- 1 / noalle[j]
|
||||||
|
}
|
||||||
|
prioriAlleelit <- repmat(prioriAlleelit, c(1, 1, npops))
|
||||||
|
counts <- COUNTS + prioriAlleelit
|
||||||
|
allFreqs <- counts / sumCounts
|
||||||
|
return(allFreqs)
|
||||||
|
}
|
||||||
12
man/computeAllFreqs2.Rd
Normal file
12
man/computeAllFreqs2.Rd
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
% Generated by roxygen2: do not edit by hand
|
||||||
|
% Please edit documentation in R/computeAllFreqs2.R
|
||||||
|
\name{computeAllFreqs2}
|
||||||
|
\alias{computeAllFreqs2}
|
||||||
|
\title{Compute all freqs - version 2}
|
||||||
|
\usage{
|
||||||
|
computeAllFreqs2(noalle, COUNTS = matrix(NA, 0, 0), SUMCOUNTS = sum(COUNTS))
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
Lisää a priori jokaista alleelia joka populaation joka lokukseen
|
||||||
|
j 1/noalle(j) verran.
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue