Feeds
提问
Bootstrap a pairwise distance matrix
Hi! I have to bootstrap a distance matrix to have the reliability of my phylogenetic tree. I found bootstrp as matlab function b...
5 years 前 | 1 个回答 | 0
1
个回答提问
Bootstrapping a square matrix
Hi everyone. I'm in the necessity to understand how to bootstrap a square matrix in order to get the confidence interval for the...
5 years 前 | 1 个回答 | 0
1
个回答提问
Concatenating string in a unique string
Hi everyone. A={'AAA','BBB','CCC','DDD'}; Given that cell array of string I want to obtain an unique string namely I want, cal...
5 years 前 | 1 个回答 | 0
1
个回答已回答
corr returns NaN
Maybe you have to ceck for "Inf" components in your array. Sometimes I was searching from Nan even if I had already checked them...
corr returns NaN
Maybe you have to ceck for "Inf" components in your array. Sometimes I was searching from Nan even if I had already checked them...
5 years 前 | 1
提问
hypothetical matlab's limit
Hi everyone. I have to calculate a sumof a vector of doubles of 1x4884 components. When I use this function i get as ans=nan. I ...
6 years 前 | 1 个回答 | 0
1
个回答提问
I Want a one line FASTA!
Hi everyone. I want to write a FASTA file but my sequence once it has been written has to be on one unique line in my FASTA file...
6 years 前 | 1 个回答 | 0
1
个回答提问
Make a simil mavolcanoplot function
Hi I'm trying to build up a function that, given a set of sequences represented by a scatter plot, associates each scatter to it...
6 years 前 | 0 个回答 | 0
0
个回答已回答
Nested For loop with Cell Arrays
for i=1:numel(Translated_ref) %Translated_ref is a cell array of 5515 cell each one containing a sequence mol=0 for j=...
Nested For loop with Cell Arrays
for i=1:numel(Translated_ref) %Translated_ref is a cell array of 5515 cell each one containing a sequence mol=0 for j=...
6 years 前 | 0
提问
Apply cell fun specifying a particular condition of the applied function to my cell
Hi everyone. clear all close all clc [Header,Sequence]=fastaread('D:\Bioinformatica\Tesi\Codici Python\PfalciparumAnnotate...
6 years 前 | 1 个回答 | 0
1
个回答提问
Little Index Problem in filling a cell array iteratively
I'm really new to Matlab so I'm having a certain number of issues that surely may be avoided with experience like this T=cell(n...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Counting the number of occurrence of a particolar letter in a string iteratively with a moving window like process
typically 15
Counting the number of occurrence of a particolar letter in a string iteratively with a moving window like process
typically 15
6 years 前 | 0
已回答
Counting the number of occurrence of a particolar letter in a string iteratively with a moving window like process
Here some kind of script I'm looking for str={'AQQATPLAALTPAALLTTPPAALLTTPPALQQQQCCC' 'AAAPPPTLLLQQQCCCAAAPPPAAATTTCCC'}; w=15...
Counting the number of occurrence of a particolar letter in a string iteratively with a moving window like process
Here some kind of script I'm looking for str={'AQQATPLAALTPAALLTTPPAALLTTPPALQQQQCCC' 'AAAPPPTLLLQQQCCCAAAPPPAAATTTCCC'}; w=15...
6 years 前 | 0
提问
Counting the number of occurrence of a particolar letter in a string iteratively with a moving window like process
HI! I have this kind of problem: STR='AAAQQQPPPTTTCCCPPAAANNNDDDAAATTPPPPNNNAAA' %Random Amino acidic sequence Having this ki...
6 years 前 | 2 个回答 | 0
2
个回答提问
Alignment(3,:) in seqinsertgaps
Hi guys. There's someone able to explain me why in seqinsertgaps for the alignment (al) I have to choose the first and the third...
6 years 前 | 1 个回答 | 0
1
个回答提问
Iteratively align one coding sequences of an organism with all coding sequences of another one
Hi! I have two files containing all the cds of two organisms. I want to iteratively compare one cds of the first org. with all t...
6 years 前 | 0 个回答 | 0