답변 있음
why nucleotides is more than 4?
Ambiguous nucleotide symbols are used to characterize sequences that can have variations. It was introduced in the 80's and they...

12년 초과 전 | 1

답변 있음
Sort items to existing cluster groups
Use the function |cluster| to give a cluster idx to each sample in X: C = cluster(Z,'MaxClust',number_of_groups); Then f...

12년 초과 전 | 0

| 수락됨

답변 있음
Dot plot screen resolution
You could visualize the dot plot by regions: seqdotplot(AHSINS5H5N1(1:500),AHSINS5H5N1(1:500),11,7) seqdotplot(AHSINS5H5N1...

12년 초과 전 | 0

답변 있음
tie-breaking in nwalign
Under ties, the simplegap algorithm favors first diagonal (matches/missmatches) then gap instertions in the first sequence and...

12년 초과 전 | 0

| 수락됨

답변 있음
Difference between heatmap and clustermap
clustergram automatically standarizes the data in order to maximize the usage of the colormap. You may also alter the dynamic ra...

12년 초과 전 | 0

답변 있음
Load files to ngsbrowser from command line
This is undocummented, unfortunately it is only possible for short read data: bm1 = BioMap('mysamfile.sam') bm2 = BioMap...

12년 초과 전 | 1

답변 있음
Sequence Distance
When you are comparing sequences it is common to first align them using a dynamic programing algorithm. SEQPDIST uses NWALIGN to...

거의 13년 전 | 0

답변 있음
Bioinformatics
The first input of multialign is a collection of sequences to be aligned, this can be: 1) an array of structures with the "Seq...

거의 13년 전 | 2

| 수락됨

답변 있음
Colorbar displays in new figure
Adding to what Patrick said, please not that you can pass a PVP to the constructor HeatMap object with the colormap: HeatMap(...

거의 13년 전 | 0

답변 있음
Error message when use geosoftread() function
In 2008a GEOSOFTREAD was only able to read data sets GDS and sample GSM files. Is your file a GSE file? You should use instead G...

거의 13년 전 | 0

답변 있음
How to understand "predecessor node" of the winning paths?
The PRED in your example 'encodes' all shortest paths from S to all other nodes, for example the shortest path between 1 and 6 i...

거의 13년 전 | 1

| 수락됨

답변 있음
Problem with biograph layout
The layout engine will readjust the size of the page according with the positions of the nodes, so, if you are going to set the ...

대략 13년 전 | 2

제출됨


SCF writer
Writes SCF formatted files.

대략 19년 전 | 다운로드 수: 1 |

제출됨


Mandelbrot set vectorized
Produces the Mandelbrot set using vectorized code.

거의 20년 전 | 다운로드 수: 2 |

Thumbnail

제출됨


Wild WHICH
Same as 'which' but with the option of use wild cards. Faster than 'lookfor'

대략 22년 전 | 다운로드 수: 1 |