美文网首页rice related analysisLTR
LTR转座子的重新注释

LTR转座子的重新注释

作者: 热衷组培的二货潜 | 来源:发表于2019-05-17 17:29 被阅读21次

Sensitive detection of pre-integration intermediates of long terminal repeat retrotransposons in crop plants

library(LTRpred)
# de novo LTR transposon prediction of 'O. sativa'
LTRpred(
      genome.file = "Osativa.fa",
      cluster     = TRUE,
      cores       = 4,
      copy.number.est = FALSE,
      minlenltr   = 100,
      maxlenltr   = 5000,
      mindistltr  = 4000,
      maxdistltr  = 30000,
      mintsd      = 3,
      maxtsd      = 20,
      vic         = 80,
      overlaps    = "no",
      xdrop        = 7,
      motifmis    = 1,
      pbsradius   = 60,
      pbsalilen   = c(8,40),
      pbsoffset   = c(0,10),
      quality.filter = TRUE,
      n.orfs      = 0
      )
# import LTRpred output
Osativa_LTRpred <- read.ltrpred("Osativa_ltrpred/Osativa_LTRpred_DataSheet.tsv")

相关文章

网友评论

    本文标题:LTR转座子的重新注释

    本文链接:https://www.haomeiwen.com/subject/qdnoaqtx.html