Changes between Version 4 and Version 5 of BIOS_PreparedData
- Timestamp:
- Oct 19, 2016 10:45:33 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BIOS_PreparedData
v4 v5 18 18 Data is stored in R objects, by loading the files in R (e.g. type load('/virdir/Backup/RP3_data/RNASeq/run_01/exoncounts/exon_count_freeze1_R_object.RData') in R) there will be a matrix called RNA in your workspace for the raw data, and RNAs for the TMM normalized data. The row names of these matrices (type rownames(RNAs)) contain gene, exon or transcript IDs, the column names (colnames(RNAs) are the subject BIOS IDs (called uuid in other files). We used 19 19 ensembl v.71 for annotation, see [wiki:BIOS_ReferenceFiles Reference and annotation]. If you want to export the data to a tab delimited text file, use write.table(RNAs, file='yourfile.txt', quote =FALSE, col.names=TRUE, row.names=TRUE, sep='\t').[[BR]] 20 == Freeze II ==21 === Data available ===22 === Location on VM ===23 === How to use the data ===24 = DNA methylation data =25 20 26 21 === Data available === … … 76 71 77 72 Link the files to the RNA-seq, genotype or methylation data by mapping the corresponding IDs. 73 74 == Freeze II == 75 === Data available === 76 === Location on VM === 77 === How to use the data === 78 = DNA methylation data =