More posts like this
-
recommend tools for scRNAseq cell type annotation
written by dew •Dear all, May I know if there are recommended tools/webs for the cell type annotation? Say, I have the cell **expression matrix**, and want to …
-
Like hood ration test vs t test
written by dew •Dear guys, May I know the difference between the LRT(like hood ratio test ) and the t-test? It seems not so much info on this... …
-
how much difference between raw counts value and the TPM value
written by dew •Dear guys, May I know if you have compared the raw counts' value to the TPM value, does they on the same order of magnitude …
-
how to deal with correlation map with multi repeats for one group
written by dew •Dear guys, May I ask how to deal with a correlation map with multi repeats for one group? Say if control has 6 repeats, treat1, …
-
multiple rows for same peptide with different modifications(combinations) in proteomics data
written by dew •Dear guys, May I know how to deal with the multiple rows for the same peptide with different modifications(combinations) in proteomics data? Should I calculate …
-
choose normalized counts or log2FC when do correlation in RNAseq
written by dew •Dear guys, Which one is better/prefers to do correlation analysis for the RNAseq samples? Use the normalized counts or log2FC(comparison groups)? If use the log2FC …
-
TPM TMM DESeq2 normalization which choose to draw the heatmap for all samples
written by dew •Dear guys, May I know which method is recommended to draw the heatmap for all the samples(control, treat1, treat2, treat3... treat8)? I read the articles/blogs …
-
Number of gene for display in the complex heatmap
written by dew •Dear all, May I have your guidance on the ideal number of genes displayed in the complex heatmap? Say if I have several comparisons and …
-
protein ID convert to gene name ID
written by dew •Dear guys, May I know if there is an R package for easily converting the protein ID to gene name? Thanks a lot! Best,
-
strange QQ plots
written by dew •Dear all, May I know if you have ever come across the QQ plot which does not display as close to a line, thank you …
What exactly is hg38.nc.fasta and what kind of RNA-seq (total, polyA+ or Ribo-) are you talking about ?
Thanks, it's total RNA for RNAseq, the hg38.nc.fasta is Homo_sapiens.GRCh38.ncrna.fa.gz from ftp://ftp.ensembl.org/pub/release-98/ ; idea is to do the non coding RNA expression quantification after mapping. Thank you very much!
You should always map to a full and complete reference rather than a selected one as a selected one can lead to false-positive alignments. The aligner, in the absence of the true origin, will try to find the second best (but false) hit. Use the full transcriptome file, and then later subset to ncRNAs using a GTF as reference that contains these. The question you have cannot be answered, it really depends on the sample and library prep. I sometimes have RNA-seq with 95% mapping rates and that decreases the lower the input. In scRNA-seq you sometimes have 50% mapping while data are prefectly fine.
Thanks a lot for your guidance!
May I know if you have some experience with Kallisto, that can first map the reads to the whole genome, and then use the Kallisto quant -g option to designate the ncRNA GTF file to only quantifiability the ncRNA? Also, It seems the database/papers are more focused on the lncRNA instead of the whole ncRNA, so is it still necessary stick to the whole ncRNA or also focus on the lncRNA?
Thank you very much! Appreciate!
Is you want to use pseudo- or selective aligners such as kallisto and salmon it also makes sense to use the full reference transcriptome fasta file, this should include all annotated transcripts. I would always map to full, and then later once you have the counts subset to the genes or "RNA species" you want.
I second what ATpoint wrote. You should map on a complete reference.
That being said, for total RNA without ribodepletion and out of all reads mapped, you can expect a very large proportion of reads mapping to rRNA ( > 80 %), a few percents mapping to sno/sn/tRNAs, and in the order of 1% on lncRNA.
Thanks a lot! Appreciate all your kind guidance! All the best!