Open tobbyxy opened 3 months ago
I saw this from the paper " The primary output will encompasses two ultimate primer sets and the cluster specific primers". Does it mean only one cluster is considered for the ultimate primer set? what about the primers from the other clusters. I'm asking because I'm getting only one cluster. Thanks
@tobbyxy For large input sequence sets, it's common to encounter sequences that cannot be clustered, which may result in a very large final primer set. To manage this, we filter out clusters with short sequences, creating what we refer to as the core primer set. The situation where only one primer set is obtained occurs when the final primer set is generated, but no core primer set is produced. This is because the default filter threshold requires clusters to have at least 10 sequences to qualify as a core primer set. Hence, if no cluster meets this threshold, only the final primer set will be available.
Thank you for your response @joybio I have some follow up questions. "Hypothetically, If I have 3000bp sequence as input, with amplicon size (product length) set to 1000bp, will the primer set designed amplify the 3000-sequence length or the amplicon only (1000bp)? we are interested in using this tool to design primers for multiple regions within the same gene to cover the entire length of the gene. So we want to know if 1) we can have multiple amplicons (targeting different regions) for individual clusters? 2) MultiPrime currently reports the number of sequences covered in the primer, can we access the coverage breadth.?
I appreciate your response.
@tobbyxy
Contains candidate primers (spanning from the start to stop positions) for each cluster, available in both .fa and .txt formats.
Contains all candidate primers for each cluster, along with sorted primers and coverage statistics. Additionally, directories such as Clusters_target provide detailed information about each cluster, and the PCR_product folder includes the perfect PCR products for each primer. Here is an example:
All the candidate primers are listed like this.
Hi @joybio thank you for your package.
In the results folder of multiPrime for the CDS test data, there are two final max forward and reverse primer from just one cluster. Is it expected that the final results will have only 1 cluster, should I be concerned when the input sequences are considerably different?