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
GCRB
ddx21
Commits
35a0c84f
Commit
35a0c84f
authored
Jan 10, 2017
by
Venkat Malladi
Browse files
update RNA and RIP seq analysis.
parent
ffbc5450
Changes
3
Hide whitespace changes
Inline
Side-by-side
RIP-seq.Rmd
View file @
35a0c84f
...
...
@@ -400,21 +400,21 @@ typeTesting <-matrix(c(63,19,38,76),nrow = 2,dimnames = list(Guess = c("bound",
fisher.test(typeTesting)
# Combine snRNA and snoRNA and print out
allsnotx <- data.frame(seqnames=seqnames(
allsno
),
starts=start(
allsno
)-1,
ends=end(
allsno
),
strand=strand(
allsno
),
tx_id = elementMetadata(
allsno
)$tx_name,
gene_id = unlist(elementMetadata(
allsno
)$gene_id))
allsnotx_rpkm <- cbind(allsnotx,
allsno_rpkm
)
allsnotx <- data.frame(seqnames=seqnames(
test
),
starts=start(
test
)-1,
ends=end(
test
),
strand=strand(
test
),
tx_id = elementMetadata(
test
)$tx_name,
gene_id = unlist(elementMetadata(
test
)$gene_id))
allsnotx_rpkm <- cbind(allsnotx,
test_2
)
sno_mapping <- read.csv("./gencode.v19.annotation_snoRNA_mapping.txt", header=F, sep=',')
sn_mapping <- read.csv("./gencode.v19.annotation_snRNA_mapping.txt", header=F, sep=',')
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="mcf-7-basal-snRNA
_RPKM_1_FC_2
.tsv", quote=F, sep="\t", row.names=F, col.names=T)
write.table(allsnotx_rpkm, file="mcf-7-basal-snRNA
test
.tsv", quote=F, sep="\t", row.names=F, col.names=T)
allsnotx_rna <- data.frame(seqnames=seqnames(allsno_rna),
starts=start(allsno_rna)-1,
...
...
Summary_RNA-seq.xlsx
View file @
35a0c84f
No preview for this file type
correlations.pptx
View file @
35a0c84f
No preview for this file type
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