Results for "Finding"

Bio-Scripts

  • Clump Finding Problem Solved with Perl

    #Find patterns forming clumps in a string. #Given: A string Genome, and integers k, L, and t. #Return: All distinct k-mers forming (L, t)-clumps in Genome. use str...

    2328 days ago

  • Installing Porechop on Ubuntu !

    ...e_trim_bad_side EXTRA_MIDDLE_TRIM_BAD_SIDE] [--min_split_read_size MIN_SPLIT_READ_SIZE] [-h] [--version] Porechop: a tool for finding adapters in Oxford Nanopore r...

    2100 days ago

  • Finding Kmers from fasta sequence file

    Save it in sample.fa >test TAATGCCATGGGATGTT jellyfish count -m 3 -s 100000 sample.fa -o sample.jf jellyfish dump -c sample.jf It return TGT 1 GAT 1 GGG 1 GGA 1 CAT 1 TGC 1 TAA 1 GCC 1 CCA 1 GTT 1 TGG 1 ATG 3 AAT 1

    1966 days ago