Skip to content
Snippets Groups Projects
Commit eca85d22 authored by Tianyu Lan's avatar Tianyu Lan
Browse files

modify

parent 92bca796
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 0 deletions
...@@ -14,3 +14,7 @@ assays/RNAseq/dataset/m_12/m_12_1.fq.gz filter=lfs diff=lfs merge=lfs -text ...@@ -14,3 +14,7 @@ assays/RNAseq/dataset/m_12/m_12_1.fq.gz filter=lfs diff=lfs merge=lfs -text
assays/RNAseq/dataset/m_17/m_17_2.fq.gz filter=lfs diff=lfs merge=lfs -text assays/RNAseq/dataset/m_17/m_17_2.fq.gz filter=lfs diff=lfs merge=lfs -text
assays/RNAseq/dataset/m_18/m_18_2.fq.gz filter=lfs diff=lfs merge=lfs -text assays/RNAseq/dataset/m_18/m_18_2.fq.gz filter=lfs diff=lfs merge=lfs -text
assays/RNAseq/dataset/m_19/m_19_1.fq.gz filter=lfs diff=lfs merge=lfs -text assays/RNAseq/dataset/m_19/m_19_1.fq.gz filter=lfs diff=lfs merge=lfs -text
assays/RNAseq_analysis_of_leaf/dataset/Count_leaf/counts_gene_leaf.csv filter=lfs diff=lfs merge=lfs -text
assays/RNAseq_analysis_of_leaf/dataset/Count_leaf/counts_transcript_leaf.csv filter=lfs diff=lfs merge=lfs -text
assays/RNAseq_analysis_of_leaf/dataset/TPM_leaf/TPM_genes_leaf.csv filter=lfs diff=lfs merge=lfs -text
assays/RNAseq_analysis_of_leaf/dataset/TPM_leaf/TPM_transcripts_leaf.csv filter=lfs diff=lfs merge=lfs -text
No preview for this file type
No preview for this file type
RNAseq analysis was conducted on the leaf and main shoot apex (MSA) samples separately.
The tables of Count and Transcript per Million (TPM) were obtained using ThreeDRNAseq R package.
The tables of differentially expressed genes were obtained using EdgeR R package.
Gene Ontology analysis was performed using the Triticeae-Gene Tribe database (http://wheat.cau.edu.cn/TGT/m15/?navbar=GOEnrichment).
WCGNA analysis was performed using the WGCNA R package.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
File added
No preview for this file type
### Load module
module load Salmon/1.6.0
### Script command
salmon index -t BaRT.1.0_Unsplit_exons_padded.fasta -i BaRT.1.0_Unsplit_exons_padded.fasta_index
### Load module
module load Salmon/1.6.0
### Script command
salmon quant -i BaRT.1.0_Unsplit_exons_padded.fasta_index -l A -1 sample_*_1.fq.gz -2 sample_*_2.fq.gz -p 4 --validateMappings -o sample_quant
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment