Log In
Sign Up
about
faq
Ask a question
Latest
News
Jobs
Tutorials
Tags
Users
New Post
Latest
News
Jobs
Tutorials
Tags
Users
Log In
Sign Up
About
Limit
all time
today
this week
this month
this year
Unanswered
All posts
Sort
Update
Answers
Bookmarks
Creation
Replies
Rank
Views
Votes
Showing :
customProDB
•
reset
0
votes
1
reply
701
views
customProDB easyrun error in generating a custom protein database: Error in keepSeqlevels(anno, seqlevels(galn), pruning.mode = "coarse")
customProDB
20 months ago
Esraa
• 0
0
votes
1
reply
707
views
Calculate RPKMs and Output proteins pass the cutoff into FASTA file ... Error in keepSeqlevels(anno, seqlevels(galn), pruning.mode = "coarse") : i…
customProDB
easyrun
error
mm10
Mus_musculus_Data
updated 21 months ago by
James W. MacDonald
67k • written 21 months ago by
Esraa
• 0
0
votes
0
replies
432
views
customProDB: error aberrant fasta from SNV
customProDB
2.0 years ago
finoa.li
• 0
0
votes
0
replies
636
views
CustomProDB: specify a snp dataset to be used for the SNP annotation
customProDB
2.5 years ago
04.marshal-decibel
• 0
0
votes
0
replies
1.0k
views
How to get the chrominfo from ENSEMBL? (biomaRt and customProDB)
biomaRt
customProDB
2.6 years ago
04.marshal-decibel
• 0
0
votes
1
reply
936
views
customProDB: function PrepareAnnotationEnsembl() not working (biomart issue?)
customProDB
Ensembl connection
biomart
5.2 years ago
laura.fancello
• 0
0
votes
1
reply
1.0k
views
CustomProDB InputVcf() - Issue getting the GRanges INDEL object from VCF file
vcf
snv
gatk
customprodb
inputvcf
5.6 years ago
Elena.M
• 0
4
votes
9
replies
3.9k
views
Create protein sequences including variants from a VCF file
VariantAnnotation
customProDB
updated 8 months ago by
Yun
• 0 • written 5.9 years ago by
daniel.magnus.bader
▴ 50
0
votes
1
reply
1.1k
views
customProDB: "complex" SNV scenarios handling
customprodb
updated 6.4 years ago by
xiaojing.wang
▴ 50 • written 6.4 years ago by
iranmdl15
• 0
0
votes
1
reply
1.2k
views
Error with PrepareAnnotationRefseq: "tablenametotrack2: UCSC table "refGene" is not supported"
customProDB
updated 6.5 years ago by
xiaojing.wang
▴ 50 • written 6.6 years ago by
samupatt
• 0
0
votes
1
reply
1.2k
views
aaVariation function bug (Methonine instead of Leucine)
customprodb
translation
updated 6.5 years ago by
xiaojing.wang
▴ 50 • written 6.8 years ago by
georges.bedran
• 0
0
votes
3
replies
1.9k
views
calculateRPKM error in customProDB
software error
customprodb
updated 3.2 years ago by
Anne
• 0 • written 7.5 years ago by
javamng
▴ 10
0
votes
0
replies
1.1k
views
Annotation package generation error for customprodb for hg38
customprodb
7.0 years ago
arunima2
• 0
1
vote
1
reply
1.6k
views
error with calculateRPKM in customProDB
customProDB
software error
updated 3.2 years ago by
Anne
• 0 • written 7.5 years ago by
javamng
▴ 10
0
votes
1
reply
1.2k
views
customProDB, OutputVarproseq function update (snvproseq)
customprodb
updated 8.1 years ago by
xiaojing.wang
▴ 50 • written 8.2 years ago by
georges.bedran
• 0
0
votes
0
replies
1.3k
views
PrepareAnnotationRefseq2 function error!
PGA
customprodb
8.5 years ago
yeh234
• 0
0
votes
1
reply
1.3k
views
CustomproDB JunctionType function
customprodb
updated 8.6 years ago by
xiaojing.wang
▴ 50 • written 8.6 years ago by
georges.bedran
• 0
0
votes
1
reply
1.3k
views
Pull request for customProDB package
customProDB
featurerequest
updated 8.7 years ago by
Dan Tenenbaum
★ 8.2k • written 8.7 years ago by
matt.chambers42
▴ 10
2
votes
4
replies
2.1k
views
customProDB: error aberrant fasta from indels
indel
customprodb
fasta
variantannotation
updated 9.6 years ago by
xiaojing.wang
▴ 50 • written 9.6 years ago by
kristenbeck527
• 0
2
votes
2
replies
1.9k
views
customProDB: issues getting dbSNP data for human (hg19)
customprodb
dbsnp
refseq
varianttools
updated 9.6 years ago by
xiaojing.wang
▴ 50 • written 9.6 years ago by
kristenbeck527
• 0
2
votes
4
replies
1.9k
views
customProDB: issues getting dbSNP data for non-model organism
ensembl
macaque
dbsnp
customprodb
updated 9.6 years ago by
xiaojing.wang
▴ 50 • written 9.6 years ago by
kristenbeck527
• 0
21 results • Page
1 of 1
Recent ...
Replies
Answer: Using genomicRanges / plyranges to calculate score of peaks within intervals
by
Michael Love
43k
This should be possible with plyranges using `join_overlap` and `group_by` on the metadata from the tile. E.g. create `tile.id` as a variab…
Answer: Reducing and aggregating GRanges with gaps using plyranges
by
Michael Love
43k
I added `min.gapwidth` to `reduce_ranges()` in recent plyranges releases: https://github.com/tidyomics/plyranges/pull/105
Answer: Find exact GRanges match keeping metadata columns
by
Michael Love
43k
You could use `minoverlap` but that requires an integer, not a fraction: ``` gr1 |> join_overlap_left(gr2, minoverlap=6) ``` Plyranges do…
Comment: Unused arguments error without used arguments in GSVA?
by
1sunmic2
• 0
It was due to the comma. Thank you!
Answer: Unused arguments error without used arguments in GSVA?
by
Axel Klenk
★ 1.1k
Hi, here is a good place to ask questions when encountering problems with GSVA. I cannot reproduce this behaviour with the current release…
Votes
Answer: Unused arguments error without used arguments in GSVA?
Answer: Unused arguments error without used arguments in GSVA?
Answer: Unused arguments error without used arguments in GSVA?
Unused arguments error without used arguments in GSVA?
Answer: Is it always preferable to recount library sizes of DGEList object in edgeR afte
Awards
• All
Teacher
to
Axel Klenk
★ 1.1k
Popular Question
to
shepherl
4.1k
Popular Question
to
Gordon Smyth
52k
Popular Question
to
bastien_chassagnol
• 0
Popular Question
to
Maria Doyle
▴ 100
Locations
• All
Hong Kong,
6 minutes ago
Pittsburgh, United States,
2 hours ago
The city by the bay,
2 hours ago
United States,
2 hours ago
Australia,
3 hours ago
Traffic: 801 users visited in the last hour
Content
Search
Users
Tags
Badges
Help
About
FAQ
Access
RSS
API
Stats
Use of this site constitutes acceptance of our
User Agreement and Privacy Policy
.
Powered by the
version 2.3.6