美文网首页
2022-08-01 LncFinder

2022-08-01 LncFinder

作者: 生信圈 | 来源:发表于2022-07-31 15:59 被阅读0次

    安装R包

    install.packages("LncFinder")

    注意大小写!

    使用:

    library(LncFinder)

    demo_DNA.seq <- seqinr::read.fasta("filter2_transcript_exon.fa")

    Seqs <- demo_DNA.seq

    result_1 <- LncFinder::lnc_finder(Seqs,

                                      SS.features = FALSE,

                                      format = "DNA",

                                      frequencies.file = "human",

                                      svm.model = "human",

                                      parallel.cores = 1)

    write.table (result_1, file ="/lncFinder_result.txt", sep ="\t",row.names =TRUE, col.names =TRUE,quote =FALSE)

    转自:生信技能树

    相关文章

      网友评论

          本文标题:2022-08-01 LncFinder

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