R error when trying to run ssGSEA
I encounter a problem when I run ssGSEA by R. I wish to run it successfully. Could any kind person help me?
ssgsea
r
• 1,471 views
•
link
written
by
3129821299 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
FeatureCount : Successfully assigned alignments is low
written by HarperReed •Hello, I hope you can help me !! I'm analyzing RNA-seq data from dogs. I used fastp to automatically detect and remove adapters, then aligned …
-
Understanding IGV
written by zizigoluHi I have targeted sequencing (WGS) I have uploaded bam and vcf file for sample; From these screenshot which one shows/support this mutation ![enter image …
-
nanopore data analysis methylation modification
written by Domi •Hi all I have two sets of nanopore DNA sequencing data (experimental group and control group). Using the mCaller tool, I extracted the 6mA methylation …
-
GDCdownload Error
written by Emre •here is my code ![enter image description here][1] and here is my error, I really dont know what to do. ![enter image description here][2] I …
-
Why my `Percent duplicates` in a shallow sequencing is too high?
written by 631079064 •I made a 10x snATAC-seq library and do a shallow sequencing of 5G. Typically, the `Percent duplicates` is less than 20%. However, my library had …
-
Kraken2 standard database can not connect to NCBI ftp
written by nonaddldy •![enter image description here][1] I can open https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/762/265/GCF_000762265.1_ASM76226v1 successfully in Google Chrome, but it doesn't work in Kraken2 ![enter image description here][2] [1]: /media/images/cd935f82-7c4a-4b28-9278-5ebbc8b2 [2]: …
-
Is the current R version (4.1.2) are not suitable for the packages related with TCGA
written by nonaddldy •I cannot install series of packages related with TCGA, no matter through BiocManager::install or install.packages ![enter image description here][1] ![enter image description here][2] ![enter image …
-
why those reads don't contain 0x2
written by Tao •I find 0x2 means read mapped in proper pair.As shown in the following image ![enter image description here][1] And why my reads(following image) don't contain …
-
Sequence Duplication Levels
written by Elizaveta •How to fix high level of sequence duplication?![enter image description here][1] ![enter image description here][2] [1]: /media/images/c0587e85-f87c-4be4-b024-29d4345f [2]: /media/images/9662efcb-e505-4ce3-a8dd-4112e676
-
How can I add text label outside the tree in iTOL ?
written by anran04100 •here is the tree in iTOL ![enter image description here][1] now I've got a txt file with information in it ![enter image description here][2] How …
Have you tried
case.when(as.vector(p) < 0.01 ...)?Thanks for your reply.
However I still got an error after applying the codes you have provided. Fortunately, I reset my codes,and it successfully runs. I think the reason is that the function (
case_when) wants to deal with a vector, but what I give is a matrix of 28*2.The change:
Use appropriate tags and a concise specific title. "Thank you" is not a tag and "R error" is a generic title. Read: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002202
I've fixed things for you this time.
Sorry,It's the first time I write a question and reply. I will pay more attention to it.Thanks you very much!