Community Profile

photo

Tonmoy saha


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


i have some problem in this code. upto subsample{i} it works fine. i done some certain operation on every elements of subsample. but i cant able to store these values into kmers{x}.it will be batter if values are store in a matrix. please help me .
i have some problem in this code. upto subsample{i} it works fine. i done some certain operation on every elements of subsample....

9 years ago | 0 answers | 0

0

answers

Question


I have an array say sample{i}=['ATGCA', 'GTCGAA','TCAGCT',...] How can i access each of this element using loop?
for j=1:length(subsample) element=subsample(j);

9 years ago | 1 answer | 0

1

answer

0

answers

Question


I want to break my sample like this. Problem with my logic. need help
suppose my sample is GAATGCT. i take a size say 4. my output will be like this GAAT,AATG,ATGC,TGCT. when it reach the last posit...

9 years ago | 1 answer | 0

1

answer

Question


i want to make random size of my datasample.output must give random size array. As i am very new in matlab. please help.
r=datasample('ATCG',20); r = TCACCAAAATCACAGGTATG

9 years ago | 2 answers | 0

2

answers