Skip to content

On the construction of Mammmal 16S primer tree #59

@Minhuidong

Description

@Minhuidong

Hi,

I am currently learning to use the PrimerTree software package developed by your team. When I constructed a phylogenetic tree of 16S mammal primes with the following script, the results were inconsistent with the literature. I would like to ask if you know what went wrong, or can you send me a 16S mammal tree correct script?

>library(primerTree)
>mammals_16S = search_primer_pair(name='Mammals 16S',

'CGGTTGGGGTGACCTCGGA', 'GCTGTTATCCCTAGGGTAACT', num_aligns=2000, total_primer_specificity_mismatch=3)

mammals_16S_filtered <- filter_seqs(mammals_16S, min_length=131, max_length= 156)
plot(mammals_16S_filtered, ranks='class', size =1, guide_size = NULL)
plot(mammals_16S_filtered, ranks='order', size =1, guide_size = NULL)

Warm regards,

Min Hui

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions