More posts like this
-
convert h5ad to rds
written by lucas.aleixoleal17 •Does anyone knows how to convert an h5ad file into an .rds file using a python script?
-
Single cell RNA expression level calculation ?
written by Athena •I'm trying to find if there is any insight into sequence depth (x-axis) vs. expression level (y-axis) from a single-cell RNA data and create a …
-
How to produce count matrix with multiple run files?
written by Athena •After converting sra files to fastq files, do I need to run each fastaq files via 10X CellRanger program individually can it run multiple fastq …
-
How to access Cytoscape apps within R
written by Muny •Im wondering if there is a way to access Cytoscape installed apps from R Studio. I have recently installed the GeneMANIA app in Cytoscape and …
-
Whats the easiest way to make and quantify gene-drug-pathway interaction network?
written by dlmatera •Nodes would be significantly altered genes and pathways, and the drugs of interest. Im trying to narrow down a large list of drugs by quantifying …
-
SNP Files to VCF files in terminal window
written by Sa •Hi, I am using MacOS, and I am having a bit of trouble in viewing a few germline SNP files that I have. First, I …
-
from blast xml to fasta file with python
written by bio90029 •I had carried out a local blast, and an I got an xml file with all my sequence. At the present, I trying to covert …
-
Merge txt files in R into single Excel
written by ab123 •HI guys, I have been searching for an answer for this online, but cannot seem to find one that suits my needs. That is: I'm …
-
Blast+ standalone : database creation , install BLAST+ locally
written by jinutchirayath •Hello all, I have installed NCBI-Blast-2.2.28 on win-7 32 bit system. Also set the path variable to bin directory. I want to create database of …
-
How to Export Multiple Contacts from Excel to vCard
written by kristenperry99 •<p>I have an excel sheet where I used to maintain contacts but now the contacts loaded it have exceeded 5000. So, it becomes kind of …
It can be inferred that you mean an R Data Set (RDS) file? There is no way for us to tell you how to convert this into a format readable by Excel until you tell us the type of data that is being stored in the RDS file. Hint: please open a session of R and load the RDS file via
readRDS(), and then please share a sample of the contents here.first .rds file into R (readRDS) and then write to xlsx file (write_xlsx or write.xlsx) or to a tab separated file (write.table). However, I suggest doing against this as output xlsx file will be huge. Any operations insidue such a huge file, is difficult.
With 6GB file we will need at least 12GB of memory. There is also Python package to read R rds files: