Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Venkat Malladi
ddx21
Commits
41840f9f
Commit
41840f9f
authored
Jun 23, 2017
by
Venkat Malladi
Browse files
Fix naming of files.
parent
852c3868
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
RIP-seq.Rmd
View file @
41840f9f
...
...
@@ -437,7 +437,7 @@ gencode_sn_mapping <-rbind(sno_mapping,sn_mapping)
sn_inx <- match(allsnotx_rpkm$tx_id, gencode_sn_mapping$V2)
allsnotx_rpkm$tx_name <- as.character(gencode_sn_mapping[sn_inx,"V4"])
allsnotx_rpkm$gene_name <- as.character(gencode_sn_mapping[sn_inx,"V3"])
write.table(allsnotx_rpkm, file="tables/mcf-7-basal-snRNA_RPKM_1_FC_2.tsv
.tsv
", quote=F, sep="\t", row.names=F, col.names=T)
write.table(allsnotx_rpkm, file="tables/mcf-7-basal-snRNA_RPKM_1_FC_2.tsv", quote=F, sep="\t", row.names=F, col.names=T)
allsnotx_rna <- data.frame(seqnames=seqnames(allsno_rna),
starts=start(allsno_rna)-1,
...
...
mcf-7-basal-snRNA_RPKM_RNA.tsv
deleted
100644 → 0
View file @
852c3868
This source diff could not be displayed because it is too large. You can
view the blob
instead.
mcf-7-basal-snRNA_RPKM_1_FC_2.tsv
→
tables/
mcf-7-basal-snRNA_RPKM_1_FC_2.tsv
View file @
41840f9f
File moved
tables/mcf-7-basal-snRNA_RPKM_1_FC_2.tsv.tsv
deleted
100644 → 0
View file @
852c3868
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment