找到约 15 条结果

问题 RNA 速率分析Pseudotime vs latent time

I am doing scRNA-Seq analysis, and I am doing RNA velocity and pseudotime analyses as part of my analysis pipeline. Now, RNA velocity is carried out using scvelo, and this package generates a metric known as latent time. I am having a very had time seeing the difference between latent time and stand...

文章 bam文件转换fastq

...ased on the mate info                in the BAM R2 and Q2 tags.Tips:        If you want to create a single, interleaved FASTQ file        for paired-end data, you can just write both to /dev/stdout:        bedtools bamtofastq -i ...

文章 textshaping L :1:19: fatal error: hb-ft.h: No such file or directory

...type2 fribidi is already installed, check that 'pkg-config' is in yourPATH and PKG_CONFIG_PATH contains a harfbuzz freetype2 fribidi.pc file. If pkg-configis unavailable you can set INCLUDE_DIR and LIB_DIR manually via:R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'---------------------...

问题 单细胞测序FindAllmarkers

...st one zero, cannot compute log geometric means data frame with 0 columns and 0 rows Error in `group_by_prepare()`: ! Must group by variables found in `.data`. • Column `cluster` is not found. Backtrace:     ▆  1. ├─obj.markers %>% group_by(cluster) %>% ...  2. ├─dplyr:...

文章 perl中判断数组中是否含有某个元素

...元素么? The any function has the same syntax as , accepting a block and a list of values, but it only returns true or false. True, if the block gives true for any of the values. False if none of them match. It also short circuits so on large lists this can be a lot faster. any函数的语法...

问题 老师,您好!key driver analysis的参考文献如下。请您帮我查查该分析方法的R语言包在哪里下载?

Identification of Key Causal Regulators in Gene Networks . Bin Zhang and Jun Zhu .Proceedings of the World Congress on Engineering 2013 Vol II, .

文章 perl的内置函数scalar

...面并没有这一项。 Forces EXPR to be interpreted in scalar context and returns the  value of EXPR. 中文含义:强制表达式EXPR在标量上下文进行解释。 假如,我定义了一个数组@arr=("one","two","three"),该数组在标量环境下返回自身的长度。 print @a...

问题 你好,打扰了,想请教一下我是mac版R studio,安装WGCNA总报错,不太看得懂哪里出了问题,麻烦指导一下,急,谢谢!

...install.packages("WGCNA") Package which is only available in source form, and may need compilation of C/C++/Fortran:   ‘WGCNA’ Do you want to attempt to install these from sources? (Yes/no/cancel) Yes installing the source package ‘WGCNA’ 试开URL’https://cran.rstudio.com/src/cont...

文章 【前沿研究】肺癌转移机制的新靶点-- lncRNA AC026904.1

...Long noncoding RNAs AC026904.1 is essential for TGF-β-induced migration and epithelial-mesenchymal transition through functioning as an enhancer of Slug in lung cancer cells”的文章,研究lncRNA AC026904.1在肺癌转移中的作用。发现AC026904.1在转录水平上调Slug表达,进...

问题 docker toolbox启动报错

...have new IP addresses. You may need to re-run the `docker-machine env` command. Regenerate TLS machine certs?  Warning: this is irreversible. (y/n): Regenerating TLS certificates Waiting for SSH to be available... Detecting the provisioner... Copying certs to the local machine directory... Cop...

问题 请问老师您知道如何从protein folding and protein-small molecule interaction algorithms方面预测目标蛋白质的功能吗

文章 NCBI 下载病毒基因组的gff3

NCBI (National Center for Biotechnology Information),是我们经常使用的数据库,其本身在数据以外也为我们提供了很多好用的小工具。病毒的基因组比较小,通常不会像大型基因组那样释放的时候带有gff3和gtf文件,此时如果我们想获得病...

问题 07.SV_and_gene_expression中删除一些不需要的基因的表达量后文件是空的

我的输入文件如下,运行如下命令后,出来的filter文件是空白的 perl $scriptsdir/grep_famgene_fpkm.pl WRKY_gene_fpkm.xls ../03.PAV_WRKY/PAV_gene.list WRKY_gene_fpkm.filter.xls ${ref}

文章 vt软件安装

... vt 2. cd vt #run make, note that compilers need to support the c++0x standard 3. make #you can test the build 4. make test 报错1: gcc -g -Wall -O2 -I.  -c -o cram/cram_index.o cram/cram_index.cgcc -g -Wall -O2 -I.  -c -o cram/cram_io.o cram/cram_io.ccram/cram_io.c:61:18: error: lzma...

文章 python代码到pubmed上搜索关键字,统计每年发文章数量

代码如下: from Bio import Entrez import time import pandas as pd import matplotlib.pyplot as plt from concurrent.futures import ThreadPoolExecutor, as_completed # 设置你的邮箱(NCBI 要求) Entrez.email = "your_email@example.com" Entrez.tool = "PubMedYearStatsTool" def search_p...