Skip to content

Commit

Permalink
Merge pull request #4986 from stephanierobin/lnc
Browse files Browse the repository at this point in the history
updating tutorial with new bam file
  • Loading branch information
hexylena authored Jun 3, 2024
2 parents ae4ba8e + 29ab8d9 commit c27eb6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions topics/genome-annotation/tutorials/lncrna/data-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ items:
items:
- name: Long non-coding RNAs (lncRNAs) annotation with FEELnc
items:
- name: 'DOI: 10.5281/zenodo.7107050'
- name: 'DOI: 10.5281/zenodo.11367439'
description: latest
items:
- url: https://zenodo.org/api/files/0f8d27c5-8c8d-4379-90c4-c3cd950de391/genome_assembly.fasta
- url: https://zenodo.org/api/records/11367439/files/genome_assembly.fasta/content
src: url
ext: fasta
info: https://zenodo.org/record/7107050
- url: https://zenodo.org/api/files/0f8d27c5-8c8d-4379-90c4-c3cd950de391/genome_annotation.gff3
info: https://zenodo.org/record/11367439
- url: https://zenodo.org/api/records/11367439/files/genome_annotation.gff3/content
src: url
ext: gff3
info: https://zenodo.org/record/7107050
- url: https://zenodo.org/api/files/0f8d27c5-8c8d-4379-90c4-c3cd950de391/all_RNA_mapped.bam
info: https://zenodo.org/record/11367439
- url: https://zenodo.org/api/records/11367439/files/SRR8534859_RNASeq_mapped.bam/content
src: url
ext: bam
info: https://zenodo.org/record/7107050
info: https://zenodo.org/record/11367439
16 changes: 8 additions & 8 deletions topics/genome-annotation/tutorials/lncrna/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: tutorial_hands_on

title: Long non-coding RNAs (lncRNAs) annotation with FEELnc
zenodo_link: https://zenodo.org/record/7107050
zenodo_link: https://zenodo.org/records/11367439
tags:
- eukaryote
questions:
Expand Down Expand Up @@ -89,9 +89,9 @@ To assemble transcriptome with StringTie and annotate {lncRNAs} with FEELnc, we
> -> `{{ page.title }}`):
>
> ```
> https://zenodo.org/record/7107050/files/genome_assembly.fasta
> https://zenodo.org/record/7107050/files/genome_annotation.gff3
> https://zenodo.org/record/7107050/files/all_RNA_mapped.bam
> https://zenodo.org/records/11367439/files/genome_assembly.fasta
> https://zenodo.org/records/11367439/files/genome_annotation.gff3
> https://zenodo.org/records/11367439/files/SRR8534859_RNASeq_mapped.bam
> ```
>
> {% snippet faqs/galaxy/datasets_import_via_link.md %}
Expand All @@ -111,7 +111,7 @@ A reference annotation file in GTF or GFF3 format can be provided to StringTie w
>
> {% tool [StringTie](toolshed.g2.bx.psu.edu/repos/iuc/stringtie/stringtie/2.1.7+galaxy1) %} with the following parameters:
> - *"Input options"*: `Short reads`
> - {% icon param-file %} *"Input short mapped reads"*: `all_RNA_mapped.bam`
> - {% icon param-file %} *"Input short mapped reads"*: `SRR8534859_RNASeq_mapped.bam`
> - *"Specify strand information"*: Unstranded
> - *"Use a reference file to guide assembly?"*: Use reference GTF/GFF3
> - *"Reference file"*: Use a file from history
Expand Down Expand Up @@ -172,11 +172,11 @@ FEELnc provides also summary file in stdout.
>
> > <solution-title></solution-title>
> >
> > The summary file indicates 104 {lncRNAs} and 0 new {mRNAs} were annotated by FEELnc. The initial annotation contains 13,795 {mRNAs} annotated. Therefore, a total of 13,898 RNAs are currently annotated.
> > The summary file indicates 268 {lncRNAs} and 0 new {mRNAs} were annotated by FEELnc. The initial annotation contains 13,795 {mRNAs} annotated. Therefore, a total of 14,063 RNAs are currently annotated.
> >
> > The summary file indicates 652 interactions between {lncRNAs} and {mRNAs}. These interactions are described in the Classifier output file.
> > The summary file indicates 772 interactions between {lncRNAs} and {mRNAs}. These interactions are described in the Classifier output file.
> >
> > The different types of {lncRNAs} (intergenic (sense and antisense), intragenic (sense)) are described in the Classifier output file. We observe that the majority of the {lncRNAs} are intergenic. These {lncRNAs} can each have interactions with several {mRNAs}. Only 7 {lncRNAs} are genic. These {lncRNAs} have only one interaction with the mRNA that contains it.
> > The different types of {lncRNAs} (intergenic (sense and antisense), intragenic (sense)) are described in the Classifier output file. We observe that the majority of the {lncRNAs} are intergenic. These {lncRNAs} can each have interactions with several {mRNAs}. Only 5 {lncRNAs} are genic. These {lncRNAs} have only one interaction with the mRNA that contains it.
> >
> {: .solution}
>
Expand Down

0 comments on commit c27eb6b

Please sign in to comment.