splitPCRhit | R Documentation |
splits the PCR alignment into the two AS conditions
splitPCRhit(res, hitlist)
res |
result from |
hitlist |
|
list of 2 data.frame objects with isoform name (ID) and length of PCR product (bp) matching Type 1 or Type 2 transcripts
Diana Low
## as getPCRsizes gives you all PCR bands when the primers are used,
## splitPCRhit will determine which bands are relevant to the target
relevant_pcr_bands<-splitPCRhit(pcr_result1,compatible_tx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.