Jianfeng
Jianfeng
1. 从 Excel 复制内容会漏掉最后一行 2. 一旦访问过有 x-spreadsheet 页面,其他文本输入框就无法再复制粘贴内容(因为没有去除事件监听?) 另外如果同一个页面有多个x-spreadsheet实例,复制粘贴的时候会同时填充内容
How can we use git2r to do "git clone --recursive"?
In fread function, the skip parameter can't to input > 2500000000. If the database file > 2500000000 lines, you need to split the raw database file. For example: ```bash /usr/bin/split...
Configuration file: github.toml Description: VariantTools, software tool for the manipulation, annotation, selection, simulation, and analysis of variants in the context of next-gen sequencing analysis. ```toml [varianttools] github_url = "https://github.com/vatlab/VariantTools" install...
Configuration file: db_main.toml Description: miRDB is an online database for miRNA target prediction and functional annotations. ```toml [db_mirdb] source_url = "http://mirdb.org/download/miRDB_v{{version}}_prediction_result.txt.gz" version_avaliable = ["5.0", "4.0", "3.0", "2.0", "1.0"] ```
I will integrate the items written in this post to my [Bioinformatics-Resources](https://github.com/JhuangLab/Bioinformatics-Resources) project. ## Deep learning based - Sundaram, L., et al., Predicting the clinical impact of human mutation with...
## Introduction The main aim of this forum is to provide a fully free place sharing the bioinformatics tools/scripts and databases. The resources recorded in the posts will be integrated...
Configuration file: github.toml Description: "This Snakemake pipeline implements the GATK best-practices workflow" ```toml [snakemake_dna_gatk_flow] github_url = "https://github.com/snakemake-workflows/dna-seq-gatk-variant-calling" ```
Configuration file: github.toml Description: "mRNN is an implementation of a Gated Recurrent Unit (GRU) network for classification of transcripts as either coding or noncoding." ```toml [mrnn] github_url = "https://github.com/hendrixlab/mRNN" ```
**Configuration file:** nongithub.toml **Description:** effusion, A method for predicting protein function, Effusion, that uses a sequence similarity network to add context for homology transfer, a probabilistic model to account for...